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