summaryrefslogtreecommitdiff
path: root/src/protocol/bahamut.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/bahamut.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/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 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);