summaryrefslogtreecommitdiff
path: root/src/protocol/bahamut.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/bahamut.c')
-rw-r--r--src/protocol/bahamut.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c
index 2af499dfb..123fb81fb 100644
--- a/src/protocol/bahamut.c
+++ b/src/protocol/bahamut.c
@@ -1230,11 +1230,6 @@ int anope_event_pass(const char *source, int ac, const char **av)
return MOD_CONT;
}
-void bahamut_cmd_svspart(const char *source, const char *nick, const char *chan)
-{
- /* Can not find any reference to these in Bahamut */
-}
-
void bahamut_cmd_swhois(const char *source, const char *who, const char *mask)
{
/* not supported */
@@ -1363,7 +1358,6 @@ void moduleAddAnopeCmds()
pmodule_cmd_242(bahamut_cmd_242);
pmodule_cmd_243(bahamut_cmd_243);
pmodule_cmd_211(bahamut_cmd_211);
- pmodule_cmd_svspart(bahamut_cmd_svspart);
pmodule_cmd_swhois(bahamut_cmd_swhois);
pmodule_cmd_eob(bahamut_cmd_eob);
pmodule_flood_mode_check(bahamut_flood_mode_check);