summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r--src/protocol/unreal32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c
index dd05d1e5f..8ef1a1efb 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -574,7 +574,7 @@ void UnrealIRCdProto::SendNoticeChanops(const char *source, const char *dest, co
}
-void UnrealIRCdProto::cmd_bot_chan_mode(const char *nick, const char *chan)
+void UnrealIRCdProto::SendBotOp(const char *nick, const char *chan)
{
anope_SendMode(nick, chan, "%s %s %s", myIrcd->botchanumode, nick, nick);
}