summaryrefslogtreecommitdiff
path: root/src/protocol/charybdis.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:13 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:13 +0000
commitae4f3a615fb38bcec088f0ac41d8d4a78181d90e (patch)
treea9a70e752ce7640059348d32e4557dd39c8d3244 /src/protocol/charybdis.c
parent611bafbafe76852e3ea5942a6e2a18bda9289cf2 (diff)
Added cmd_eob() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1267 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/charybdis.c')
-rw-r--r--src/protocol/charybdis.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/protocol/charybdis.c b/src/protocol/charybdis.c
index 55629527e..92c865f5e 100644
--- a/src/protocol/charybdis.c
+++ b/src/protocol/charybdis.c
@@ -966,11 +966,6 @@ int anope_event_kick(const char *source, int ac, const char **av)
return MOD_CONT;
}
-void charybdis_cmd_eob()
-{
- /* doesn't support EOB */
-}
-
int anope_event_join(const char *source, int ac, const char **av)
{
if (ac != 1) {
@@ -1588,7 +1583,6 @@ void moduleAddAnopeCmds()
pmodule_cmd_242(charybdis_cmd_242);
pmodule_cmd_243(charybdis_cmd_243);
pmodule_cmd_211(charybdis_cmd_211);
- pmodule_cmd_eob(charybdis_cmd_eob);
pmodule_flood_mode_check(charybdis_flood_mode_check);
pmodule_cmd_jupe(charybdis_cmd_jupe);
pmodule_valid_nick(charybdis_valid_nick);