From 6cc8562fcab23271e8b51d391cb330054f758b9d Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 6 Mar 2014 10:35:33 +0000 Subject: - parse.c:do_numeric(): now use sendto_channel_butone() to also forward numerics that are sent to channels to remote clients git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3106 82007160-df01-0410-b94d-b575c5fd34c7 --- src/parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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() -- cgit