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
commit611bafbafe76852e3ea5942a6e2a18bda9289cf2 (patch)
tree2c75b967558ad113b7d7653148d6abb190105bfb /src/protocol/ratbox.c
parentbb898d2454dcbeb55518f4d6433387f9b499fd2e (diff)
Added cmd_swhois() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1266 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 b2b4d23ba..a81b00a55 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_swhois(const char *source, const char *who, const char *mask)
-{
- /* not supported */
-}
-
int anope_event_notice(const char *source, int ac, const char **av)
{
return MOD_CONT;
@@ -1470,7 +1465,6 @@ void moduleAddAnopeCmds()
pmodule_cmd_242(ratbox_cmd_242);
pmodule_cmd_243(ratbox_cmd_243);
pmodule_cmd_211(ratbox_cmd_211);
- pmodule_cmd_swhois(ratbox_cmd_swhois);
pmodule_cmd_eob(ratbox_cmd_eob);
pmodule_flood_mode_check(ratbox_flood_mode_check);
pmodule_cmd_jupe(ratbox_cmd_jupe);