# | 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() |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |