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/ratbox.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/ratbox.c')
-rw-r--r-- | src/protocol/ratbox.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c index 184844a61..406d25d0b 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -705,11 +705,6 @@ void RatboxProto::cmd_unsgline(const char *mask) send_cmd(UseTS6 ? (ud ? ud->uid : s_OperServ) : s_OperServ, "UNXLINE * %s", mask); } -void ratbox_cmd_szline(const char *mask, const char *reason, const char *whom) -{ - /* Does not support */ -} - void ratbox_cmd_svsadmin(const char *server, int set) { } @@ -1540,7 +1535,6 @@ void moduleAddAnopeCmds() pmodule_cmd_242(ratbox_cmd_242); pmodule_cmd_243(ratbox_cmd_243); pmodule_cmd_211(ratbox_cmd_211); - pmodule_cmd_szline(ratbox_cmd_szline); pmodule_cmd_sgline(ratbox_cmd_sgline); pmodule_cmd_unban(ratbox_cmd_unban); pmodule_cmd_svsmode_chan(ratbox_cmd_svsmode_chan); |