X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/c1c91f9438713b71a0b8b7cc9104458c7a6a3b47..71ea606903ce615dc33557331efcca834988b4e9:/src/channel.c diff --git a/src/channel.c b/src/channel.c index 02d5c3d..0191f1f 100644 --- a/src/channel.c +++ b/src/channel.c @@ -1818,7 +1818,7 @@ void user_join(struct Client * client_p, struct Client * source_p, const char * get_oper_name(source_p), chptr->chname); sendto_server(NULL, chptr, NOCAPS, NOCAPS, ":%s WALLOPS :%s is overriding JOIN to [%s]", - use_id(source_p), get_oper_name(source_p), chptr->chname); + me.name, get_oper_name(source_p), chptr->chname); } else if ((i != ERR_NEEDREGGEDNICK && i != ERR_THROTTLE && i != ERR_INVITEONLYCHAN && i != ERR_CHANNELISFULL) || (!ConfigChannel.use_forward || (chptr = check_forward(source_p, chptr, key)) == NULL))