diff options
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 61690dcaf..ada8e72c5 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -443,7 +443,7 @@ void UnrealIRCdProto::ProcessUsermodes(User *user, int ac, const char **av) case 'o': if (add) { ++opcnt; - if (WallOper) anope_SendGlobops(s_OperServ, "\2%s\2 is now an IRC operator.", user->nick); + if (WallOper) ircdproto->SendGlobops(s_OperServ, "\2%s\2 is now an IRC operator.", user->nick); display_news(user, NEWS_OPER); } else --opcnt; |