diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 14:04:05 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 14:04:05 +0000 |
commit | 17ac25990b12b502492cbab48597ebf140fb6c28 (patch) | |
tree | cfa9b5292ffe2460e322cea2eebbafb18f511f17 /src/protocol/bahamut.c | |
parent | ee71533413d5e12a80d94fb7a860fb6b2e0bda3a (diff) |
cmd_unban -> SendBanDel. TODO: should this be yanked in favour of SendMode?
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1311 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 cc81848db..641b500d1 100644 --- a/src/protocol/bahamut.c +++ b/src/protocol/bahamut.c @@ -472,7 +472,7 @@ void BahamutIRCdProto::SendSVSHOLDDel(const char *nick) } /* SVSMODE -b */ -void BahamutIRCdProto::cmd_unban(const char *name, const char *nick) +void BahamutIRCdProto::SendBanDel(const char *name, const char *nick) { SendSVSMode_chan(name, "-b", nick); } |