summaryrefslogtreecommitdiff
path: root/src/protocol/charybdis.c
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:12 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:12 +0000
commit10fc9efa4da5124f183fd023c623d1e573e1a51d (patch)
tree3f126be657906b6974ae88d6686776868d8820ff /src/protocol/charybdis.c
parent78ef810376f47aa52f51a92749110b31b363c036 (diff)
Added cmd_svsmode_chan() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1257 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/charybdis.c')
-rw-r--r--src/protocol/charybdis.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/protocol/charybdis.c b/src/protocol/charybdis.c
index e3594c2e8..15d07e36b 100644
--- a/src/protocol/charybdis.c
+++ b/src/protocol/charybdis.c
@@ -1415,13 +1415,6 @@ void CharybdisProto::cmd_svsnick(const char *oldnick, const char *newnick, time_
send_cmd(NULL, "ENCAP %s RSFNC %s %s %ld %ld", u->server->name, u->nick, newnick, static_cast<long>(when), static_cast<long>(u->timestamp));
}
-/* SVSMODE channel modes */
-
-void charybdis_cmd_svsmode_chan(const char *name, const char *mode, const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
/* SVSMODE +d */
/* sent if svid is something weird */
void charybdis_cmd_svid_umode(const char *nick, time_t ts)
@@ -1649,7 +1642,6 @@ void moduleAddAnopeCmds()
pmodule_cmd_242(charybdis_cmd_242);
pmodule_cmd_243(charybdis_cmd_243);
pmodule_cmd_211(charybdis_cmd_211);
- pmodule_cmd_svsmode_chan(charybdis_cmd_svsmode_chan);
pmodule_cmd_svid_umode(charybdis_cmd_svid_umode);
pmodule_cmd_nc_change(charybdis_cmd_nc_change);
pmodule_cmd_svid_umode2(charybdis_cmd_svid_umode2);