diff options
Diffstat (limited to 'src/messages.c')
-rw-r--r-- | src/messages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messages.c b/src/messages.c index 87d466562..6f45b06e8 100644 --- a/src/messages.c +++ b/src/messages.c @@ -166,7 +166,7 @@ int m_privmsg(const char *source, const char *receiver, const char *msg) if (!is_oper(u) && OSOpersOnly) { notice_lang(s_OperServ, u, ACCESS_DENIED); if (WallBadOS) - anope_SendGlobops(s_OperServ, + ircdproto->SendGlobops(s_OperServ, "Denied access to %s from %s!%s@%s (non-oper)", s_OperServ, u->nick, u->username, u->host); |