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 | 344187e10cb408b1e56913691db9ac3eb724bc67 (patch) | |
tree | 4dc709a627b53c133238ac2f1138e58a354631de /src/protocol/ratbox.c | |
parent | 7c9682775a6b374d80b68ff46634b315a9e098c3 (diff) |
Added cmd_unszline() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1253 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 e048c583f..184844a61 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_unszline(const char *mask) -{ - /* Does not support */ -} - void ratbox_cmd_szline(const char *mask, const char *reason, const char *whom) { /* Does not support */ @@ -1545,7 +1540,6 @@ void moduleAddAnopeCmds() pmodule_cmd_242(ratbox_cmd_242); pmodule_cmd_243(ratbox_cmd_243); pmodule_cmd_211(ratbox_cmd_211); - pmodule_cmd_unszline(ratbox_cmd_unszline); pmodule_cmd_szline(ratbox_cmd_szline); pmodule_cmd_sgline(ratbox_cmd_sgline); pmodule_cmd_unban(ratbox_cmd_unban); |