Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Wed, 26 Apr 2000 21:02:38 +0000 (21:02 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Wed, 26 Apr 2000 21:02:38 +0000 (21:02 +0000)
Log message:

duh...

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@206 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ircd/send.c

index f65c4aaa07bcfbe429eade460aec2207d8ca1bbc..abdab2cf1a04017bbac9082bcb55de47a165f76b 100644 (file)
@@ -1231,7 +1231,7 @@ void sendcmdto_flag_butone(struct Client *from, const char *cmd,
   /* Build buffer to send to users */
   va_start(vd.vd_args, pattern);
   ircd_snprintf(0, userbuf, sizeof(userbuf) - 2, "%:#C " MSG_WALLOPS " %v",
-               from, cmd, &vd);
+               from, &vd);
   va_end(vd.vd_args);
 
   /* Build buffer to send to servers */