Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / send.c
index 17bbcf5e6b70a128675c5e47a1615a4fa4fc3fc6..f65c4aaa07bcfbe429eade460aec2207d8ca1bbc 100644 (file)
@@ -1230,7 +1230,8 @@ 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 %s %v", from, cmd, &vd);
+  ircd_snprintf(0, userbuf, sizeof(userbuf) - 2, "%:#C " MSG_WALLOPS " %v",
+               from, cmd, &vd);
   va_end(vd.vd_args);
 
   /* Build buffer to send to servers */