]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/channel.c
Make override WALLOPS actually send netwide this time.
[irc/rqf/shadowircd.git] / src / channel.c
index 02d5c3d52d88837fe032a64147f170e2959fb1e0..0191f1fb083529a46a909f82f266e66ef4f36401 100644 (file)
@@ -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))