summaryrefslogtreecommitdiff
path: root/src/protocol/ratbox.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/ratbox.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/ratbox.c')
-rw-r--r--src/protocol/ratbox.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c
index 680e0c49f..2f927ebcf 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_svsjoin(const char *source, const char *nick, const char *chan, const char *param)
-{
- /* Not Supported by this IRCD */
-}
-
void ratbox_cmd_svspart(const char *source, const char *nick, const char *chan)
{
/* Not Supported by this IRCD */
@@ -1480,7 +1475,6 @@ void moduleAddAnopeCmds()
pmodule_cmd_242(ratbox_cmd_242);
pmodule_cmd_243(ratbox_cmd_243);
pmodule_cmd_211(ratbox_cmd_211);
- pmodule_cmd_svsjoin(ratbox_cmd_svsjoin);
pmodule_cmd_svspart(ratbox_cmd_svspart);
pmodule_cmd_swhois(ratbox_cmd_swhois);
pmodule_cmd_eob(ratbox_cmd_eob);