diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2010-12-14 08:13:09 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2010-12-14 08:13:09 +0100 |
commit | 02476332ea2f5ab3fd766e0ca9d83d67a9a9f122 (patch) | |
tree | 4e75a625d87bea08faf16619fb27ff75f83d8c19 /modules/protocol/unreal32.cpp | |
parent | 6a43886807c74503dd89ad6bae0e5605a3e21210 (diff) | |
parent | 49d3c97b677f319460146803004066dfd3d19089 (diff) |
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
Diffstat (limited to 'modules/protocol/unreal32.cpp')
-rw-r--r-- | modules/protocol/unreal32.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/protocol/unreal32.cpp b/modules/protocol/unreal32.cpp index bf3d178ce..4c0d79ee2 100644 --- a/modules/protocol/unreal32.cpp +++ b/modules/protocol/unreal32.cpp @@ -25,7 +25,6 @@ IRCDVar myIrcd[] = { 0, /* Join 2 Message */ 0, /* Chan SQlines */ 0, /* Quit on Kill */ - 1, /* SVSMODE unban */ 1, /* vidents */ 1, /* svshold */ 1, /* time stamp on mode */ @@ -301,12 +300,6 @@ class UnrealIRCdProto : public IRCDProto send_cmd("", "BR + %s :%s", edited_reason.c_str(), x->Mask.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) |