]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_topic.c
Allow /ojoin !#channel/%#channel, if admin/halfop are enabled.
[irc/rqf/shadowircd.git] / modules / m_topic.c
index 4b6d44bb0bbd618ad599a9b524e65b9826535a1b..ff72fb4c23559e6b0cf7b7da04f51ae5450e6b5a 100644 (file)
@@ -125,7 +125,7 @@ m_topic(struct Client *client_p, struct Client *source_p, int parc, const char *
                                                get_oper_name(source_p), chptr->chname);
                                sendto_server(NULL, chptr, NOCAPS, NOCAPS,
                                                ":%s WALLOPS :%s is overriding TOPIC on [%s]",
-                                               use_id(source_p), get_oper_name(source_p), chptr->chname);
+                                               me.name, get_oper_name(source_p), chptr->chname);
                        }
                        else
                        {