X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/c1c91f9438713b71a0b8b7cc9104458c7a6a3b47..d25c6eb1b223d1a0993dde9a28c97ef95e54bceb:/src/chmode.c?ds=sidebyside diff --git a/src/chmode.c b/src/chmode.c index a4b26ba..23491f7 100644 --- a/src/chmode.c +++ b/src/chmode.c @@ -804,7 +804,7 @@ chm_ban(struct Client *source_p, struct Channel *chptr, get_oper_name(source_p), chptr->chname, mode_type == CHFL_INVEX ? "invex" : "exempt"); sendto_server(NULL, chptr, NOCAPS, NOCAPS, ":%s WALLOPS :%s is overriding modes on %s: (%s list)", - use_id(source_p), get_oper_name(source_p), chptr->chname, mode_type == CHFL_INVEX ? "invex" : "exempt"); + me.name, get_oper_name(source_p), chptr->chname, mode_type == CHFL_INVEX ? "invex" : "exempt"); } else { @@ -2146,7 +2146,7 @@ set_channel_mode(struct Client *client_p, struct Client *source_p, get_oper_name(source_p), chptr->chname, modebuf, parabuf); sendto_server(NULL, chptr, NOCAPS, NOCAPS, ":%s WALLOPS :%s is overriding modes on %s: %s %s", - use_id(source_p), get_oper_name(source_p), chptr->chname, modebuf, parabuf); + me.name, get_oper_name(source_p), chptr->chname, modebuf, parabuf); } } else @@ -2193,7 +2193,7 @@ set_channel_mode(struct Client *client_p, struct Client *source_p, get_oper_name(source_p), chptr->chname, modebuf, parabuf); sendto_server(NULL, chptr, NOCAPS, NOCAPS, ":%s WALLOPS :%s is overriding modes on %s: %s %s", - use_id(source_p), get_oper_name(source_p), chptr->chname, modebuf, parabuf); + me.name, get_oper_name(source_p), chptr->chname, modebuf, parabuf); } } }