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
commit8d6828fb8f84431c50914fa9161c46bdfa67a384 (patch)
tree5afc7429ce42ad552432ace90453509610af2069 /src/protocol/charybdis.c
parent344187e10cb408b1e56913691db9ac3eb724bc67 (diff)
Added cmd_szline() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1254 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/charybdis.c')
-rw-r--r--src/protocol/charybdis.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/protocol/charybdis.c b/src/protocol/charybdis.c
index 06c46590f..58c8bd536 100644
--- a/src/protocol/charybdis.c
+++ b/src/protocol/charybdis.c
@@ -758,11 +758,6 @@ void CharybdisProto::cmd_unsgline(const char *mask)
send_cmd(UseTS6 ? (ud ? ud->uid : s_OperServ) : s_OperServ, "UNXLINE * %s", mask);
}
-void charybdis_cmd_szline(const char *mask, const char *reason, const char *whom)
-{
- /* not supported */
-}
-
void charybdis_cmd_svsadmin(const char *server, int set)
{
}
@@ -1662,7 +1657,6 @@ void moduleAddAnopeCmds()
pmodule_cmd_242(charybdis_cmd_242);
pmodule_cmd_243(charybdis_cmd_243);
pmodule_cmd_211(charybdis_cmd_211);
- pmodule_cmd_szline(charybdis_cmd_szline);
pmodule_cmd_sgline(charybdis_cmd_sgline);
pmodule_cmd_unban(charybdis_cmd_unban);
pmodule_cmd_svsmode_chan(charybdis_cmd_svsmode_chan);