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/unreal32.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/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 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); } |