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
commitbb898d2454dcbeb55518f4d6433387f9b499fd2e (patch)
tree7b637c22f054f133103f84bdaffd50cc340b650a /src/protocol/charybdis.c
parentf3e386b625ac025e76e3bbd339684f007788070c (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/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 72b62a4ad..00787eb8d 100644
--- a/src/protocol/charybdis.c
+++ b/src/protocol/charybdis.c
@@ -1437,11 +1437,6 @@ int anope_event_pass(const char *source, int ac, const char **av)
return MOD_CONT;
}
-void charybdis_cmd_svspart(const char *source, const char *nick, const char *chan)
-{
- /* Not Supported by this IRCD */
-}
-
void charybdis_cmd_swhois(const char *source, const char *who, const char *mask)
{
/* not supported */
@@ -1598,7 +1593,6 @@ void moduleAddAnopeCmds()
pmodule_cmd_242(charybdis_cmd_242);
pmodule_cmd_243(charybdis_cmd_243);
pmodule_cmd_211(charybdis_cmd_211);
- pmodule_cmd_svspart(charybdis_cmd_svspart);
pmodule_cmd_swhois(charybdis_cmd_swhois);
pmodule_cmd_eob(charybdis_cmd_eob);
pmodule_flood_mode_check(charybdis_flood_mode_check);