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
commitf3e386b625ac025e76e3bbd339684f007788070c (patch)
tree5e0b87364058724ea74c74a186942a9a3dce1a1e /src/protocol/charybdis.c
parenta587cdc9987b0b8f4c86caa70f1bca741a69145d (diff)
Added cmd_svsjoin() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1264 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 7e2800637..72b62a4ad 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_svsjoin(const char *source, const char *nick, const char *chan, const char *param)
-{
- /* Not Supported by this IRCD */
-}
-
void charybdis_cmd_svspart(const char *source, const char *nick, const char *chan)
{
/* Not Supported by this IRCD */
@@ -1603,7 +1598,6 @@ void moduleAddAnopeCmds()
pmodule_cmd_242(charybdis_cmd_242);
pmodule_cmd_243(charybdis_cmd_243);
pmodule_cmd_211(charybdis_cmd_211);
- pmodule_cmd_svsjoin(charybdis_cmd_svsjoin);
pmodule_cmd_svspart(charybdis_cmd_svspart);
pmodule_cmd_swhois(charybdis_cmd_swhois);
pmodule_cmd_eob(charybdis_cmd_eob);