diff options
Diffstat (limited to 'src/protocol/ratbox.c')
-rw-r--r-- | src/protocol/ratbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c index e30b66fc5..be66a5e67 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -1039,7 +1039,7 @@ void RatboxProto::SendNoticeChanops(const char *source, const char *dest, const send_cmd(NULL, "NOTICE @%s :%s", dest, buf); } -void RatboxProto::cmd_bot_chan_mode(const char *nick, const char *chan) +void RatboxProto::SendBotOp(const char *nick, const char *chan) { if (UseTS6) { Uid *u = find_uid(nick); |