Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_wallops.c
index 466eeabc6dc5ae6c895190b2f5f959d64421eb14..8e6dfae7b6fd071d397fcf7764c8c386e01bf8eb 100644 (file)
@@ -121,6 +121,6 @@ int mo_wallops(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
     return need_more_params(sptr, "WALLOPS");
 
   sendcmdto_flag_butone(sptr, CMD_WALLOPS, 0, FLAGS_WALLOP | FLAGS_OPER,
-                       ":%s", message);
+                       ":%s", message);
   return 0;
 }