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: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/ratbox.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/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 a81b00a55..6c20237bc 100644
--- a/src/protocol/ratbox.c
+++ b/src/protocol/ratbox.c
@@ -895,11 +895,6 @@ int anope_event_kick(const char *source, int ac, const char **av)
return MOD_CONT;
}
-void ratbox_cmd_eob()
-{
- /* doesn't support EOB */
-}
-
int anope_event_join(const char *source, int ac, const char **av)
{
if (ac != 1) {
@@ -1465,7 +1460,6 @@ void moduleAddAnopeCmds()
pmodule_cmd_242(ratbox_cmd_242);
pmodule_cmd_243(ratbox_cmd_243);
pmodule_cmd_211(ratbox_cmd_211);
- pmodule_cmd_eob(ratbox_cmd_eob);
pmodule_flood_mode_check(ratbox_flood_mode_check);
pmodule_cmd_jupe(ratbox_cmd_jupe);
pmodule_valid_nick(ratbox_valid_nick);