X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_wallvoices.c;h=b228f1775b16f61cb7b8fbf440e0ef68dd6c0f9d;hb=0e3c217d90ea9af230a002e06104c147c54ab01a;hp=4aa3d860963535931bbe70ba923c04949d2663a1;hpb=f9965ec69dcade8ba683a3989b93a1d118411b87;p=ircu2.10.12-pk.git diff --git a/ircd/m_wallvoices.c b/ircd/m_wallvoices.c index 4aa3d86..b228f17 100644 --- a/ircd/m_wallvoices.c +++ b/ircd/m_wallvoices.c @@ -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]); }