diff options
Diffstat (limited to 'src/parse.c')
-rw-r--r-- | src/parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parse.c b/src/parse.c index 66e5e72..bf94a92 100644 --- a/src/parse.c +++ b/src/parse.c @@ -719,8 +719,8 @@ handle_numeric(char numeric[], struct Client *client_p, struct Client *source_p, numeric, ID_or_name(target_p, target_p), parv[2]); } else - sendto_channel_local(ALL_MEMBERS, 0, chptr, ":%s %s %s %s", - source_p->name, numeric, chptr->chname, parv[2]); + sendto_channel_butone(client_p, source_p, chptr, 0, "%s %s %s", + numeric, chptr->chname, parv[2]); } /* m_not_oper() |