diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:36:00 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:36:00 +0000 |
commit | dae48c47929a9a6341b90412cc551d01d89613e6 (patch) | |
tree | fd4b91566c308644c4322564d7518642dc14f35a /src/protocol/bahamut.c | |
parent | 4e395e19629abe6b93c4b14a0608d071dbf4b5b4 (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/bahamut.c')
-rw-r--r-- | src/protocol/bahamut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c index adf4957f1..f6bae5782 100644 --- a/src/protocol/bahamut.c +++ b/src/protocol/bahamut.c @@ -486,7 +486,7 @@ void BahamutIRCdProto::SendSVSMode_chan(const char *name, const char *mode, cons else send_cmd(ServerName, "SVSMODE %s %s", name, mode); } -void BahamutIRCdProto::cmd_bot_chan_mode(const char *nick, const char *chan) +void BahamutIRCdProto::SendBotOp(const char *nick, const char *chan) { anope_SendMode(nick, chan, "%s %s", ircd->botchanumode, nick); } |