X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/34d8ef4d14dfcef13f8aab3746b30c6f8cacb4a1..bebc68755d618cd2392dd187676128ee32bbee56:/modules/m_invite.c?ds=sidebyside diff --git a/modules/m_invite.c b/modules/m_invite.c index f96194e..8dd0a73 100644 --- a/modules/m_invite.c +++ b/modules/m_invite.c @@ -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 {