diff options
Diffstat (limited to 'modules/protocol/bahamut.cpp')
-rw-r--r-- | modules/protocol/bahamut.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/protocol/bahamut.cpp b/modules/protocol/bahamut.cpp index 0dc409b29..28939c7fb 100644 --- a/modules/protocol/bahamut.cpp +++ b/modules/protocol/bahamut.cpp @@ -25,7 +25,6 @@ IRCDVar myIrcd[] = { 0, /* Join 2 Message */ 1, /* Chan SQlines */ 1, /* Quit on Kill */ - 1, /* SVSMODE unban */ 0, /* vidents */ 1, /* svshold */ 1, /* time stamp on mode */ @@ -103,12 +102,6 @@ class BahamutIRCdProto : public IRCDProto send_cmd(Config->ServerName, "SVSHOLD %s 0", nick.c_str()); } - /* SVSMODE -b */ - void SendBanDel(const Channel *c, const Anope::string &nick) - { - SendSVSModeChan(c, "-b", nick); - } - /* SVSMODE channel modes */ void SendSVSModeChan(const Channel *c, const Anope::string &mode, const Anope::string &nick) { |