diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:12 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:12 +0000 |
commit | 8d6828fb8f84431c50914fa9161c46bdfa67a384 (patch) | |
tree | 5afc7429ce42ad552432ace90453509610af2069 /src/protocol/charybdis.c | |
parent | 344187e10cb408b1e56913691db9ac3eb724bc67 (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.c | 6 |
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); |