Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_wallvoices.c
index 4aa3d860963535931bbe70ba923c04949d2663a1..b228f1775b16f61cb7b8fbf440e0ef68dd6c0f9d 100644 (file)
@@ -146,7 +146,7 @@ int ms_wallvoices(struct Client* cptr, struct Client* sptr, int parc, char* parv
     if (client_can_send_to_channel(sptr, chptr)) {
       sendcmdto_channel_butone(sptr, CMD_WALLVOICES, chptr, cptr,
                               SKIP_DEAF | SKIP_BURST | SKIP_NONVOICES, 
-                              "%H :%s", chptr, parv[parc - 1]);
+                              "%H :%s", chptr, parv[parc - 1]);
     } else
       send_reply(sptr, ERR_CANNOTSENDTOCHAN, parv[1]);
   }