diff options
Diffstat (limited to 'src/protocol/bahamut.c')
-rw-r--r-- | src/protocol/bahamut.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c index 87ca850d8..2af499dfb 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_svsjoin(const char *source, const char *nick, const char *chan, const char *param) -{ - /* Can not find any reference to these in Bahamut */ -} - void bahamut_cmd_svspart(const char *source, const char *nick, const char *chan) { /* Can not find any reference to these in Bahamut */ @@ -1368,7 +1363,6 @@ void moduleAddAnopeCmds() pmodule_cmd_242(bahamut_cmd_242); pmodule_cmd_243(bahamut_cmd_243); pmodule_cmd_211(bahamut_cmd_211); - pmodule_cmd_svsjoin(bahamut_cmd_svsjoin); pmodule_cmd_svspart(bahamut_cmd_svspart); pmodule_cmd_swhois(bahamut_cmd_swhois); pmodule_cmd_eob(bahamut_cmd_eob); |