summaryrefslogtreecommitdiff
path: root/src/protocol/ratbox.c
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 08:36:00 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 08:36:00 +0000
commitdae48c47929a9a6341b90412cc551d01d89613e6 (patch)
treefd4b91566c308644c4322564d7518642dc14f35a /src/protocol/ratbox.c
parent4e395e19629abe6b93c4b14a0608d071dbf4b5b4 (diff)
cmd_bot_send_chan_mode -> SendBotOp
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1304 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.c')
-rw-r--r--src/protocol/ratbox.c2
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);