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 | bb898d2454dcbeb55518f4d6433387f9b499fd2e (patch) | |
tree | 7b637c22f054f133103f84bdaffd50cc340b650a /src/protocol/ratbox.c | |
parent | f3e386b625ac025e76e3bbd339684f007788070c (diff) |
Added cmd_svspart() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1265 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 2f927ebcf..b2b4d23ba 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -1343,11 +1343,6 @@ int anope_event_pass(const char *source, int ac, const char **av) return MOD_CONT; } -void ratbox_cmd_svspart(const char *source, const char *nick, const char *chan) -{ - /* Not Supported by this IRCD */ -} - void ratbox_cmd_swhois(const char *source, const char *who, const char *mask) { /* not supported */ @@ -1475,7 +1470,6 @@ void moduleAddAnopeCmds() pmodule_cmd_242(ratbox_cmd_242); pmodule_cmd_243(ratbox_cmd_243); pmodule_cmd_211(ratbox_cmd_211); - pmodule_cmd_svspart(ratbox_cmd_svspart); pmodule_cmd_swhois(ratbox_cmd_swhois); pmodule_cmd_eob(ratbox_cmd_eob); pmodule_flood_mode_check(ratbox_flood_mode_check); |