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.h | |
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.h')
-rw-r--r-- | src/protocol/ratbox.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/protocol/ratbox.h b/src/protocol/ratbox.h index 34d65e812..028248126 100644 --- a/src/protocol/ratbox.h +++ b/src/protocol/ratbox.h @@ -63,8 +63,6 @@ void ratbox_cmd_318(const char *source, const char *who); void ratbox_cmd_242(const char *buf); void ratbox_cmd_243(const char *buf); void ratbox_cmd_211(const char *buf); -int ratbox_flood_mode_check(const char *value); -int ratbox_valid_nick(const char *nick); class RatboxProto : public IRCDProtoNew { public: |