diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-01 18:12:23 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-01 18:12:23 +0000 |
commit | eca7e896120cd57fe877a49ec9a3290760403cf2 (patch) | |
tree | 8dfa3700b1538c43d34c61d8c85ef2428dd6d234 /src/protocol/ratbox.c | |
parent | a2b5941fc71853582a4ac70ce243c433240f7241 (diff) |
Added flood_mode_check() function to IRCDProtoNew class.
Conflicts:
include/extern.h
include/services.h
src/ircd.c
src/protocol/bahamut.c
src/protocol/bahamut.h
src/protocol/charybdis.c
src/protocol/charybdis.h
src/protocol/inspircd11.c
src/protocol/inspircd11.h
src/protocol/ratbox.c
src/protocol/ratbox.h
src/protocol/unreal32.c
src/protocol/unreal32.h
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1288 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.c')
-rw-r--r-- | src/protocol/ratbox.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c index 879a3f2e8..f27c8d821 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -1374,11 +1374,6 @@ int anope_event_bmask(const char *source, int ac, const char **av) return MOD_CONT; } -int ratbox_flood_mode_check(const char *value) -{ - return 0; -} - int anope_event_error(const char *source, int ac, const char **av) { if (ac >= 1) { @@ -1435,10 +1430,6 @@ void moduleAddAnopeCmds() pmodule_cmd_242(ratbox_cmd_242); pmodule_cmd_243(ratbox_cmd_243); pmodule_cmd_211(ratbox_cmd_211); - pmodule_flood_mode_check(ratbox_flood_mode_check); - pmodule_valid_nick(ratbox_valid_nick); - pmodule_valid_chan(ratbox_valid_chan); - pmodule_set_umode(ratbox_set_umode); } /** |