--- commands.c.orig Mon Apr 22 19:35:35 2002 +++ commands.c Mon Apr 22 19:36:35 2002 @@ -1424,7 +1424,8 @@ break; if (!*i) { - send_prefix_to_client(meptr, pptr, + if (IsLocal(pptr)) + send_prefix_to_client(meptr, pptr, IRCD_REPLY(ERR_UMODEUNKNOWNFLAG, pptr->name), *ptr); continue; }