ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/parse.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/parse.c (file contents):
Revision 3103 by michael, Wed Mar 5 20:19:15 2014 UTC vs.
Revision 3104 by michael, Thu Mar 6 00:07:29 2014 UTC

# Line 719 | Line 719 | handle_numeric(char numeric[], struct Cl
719                   numeric, ID_or_name(target_p, target_p), parv[2]);
720    }
721    else
722 <    sendto_channel_local(ALL_MEMBERS, 0, chptr, ":%s %s %s %s",
723 <                         source_p->name, numeric, chptr->chname, parv[2]);
722 >    sendto_channel_butone(source_p, source_p, chptr, 0, "%s %s %s",
723 >                          numeric, chptr->chname, parv[2]);
724   }
725  
726   /* m_not_oper()

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)