diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:13 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:13 +0000 |
commit | ae4f3a615fb38bcec088f0ac41d8d4a78181d90e (patch) | |
tree | a9a70e752ce7640059348d32e4557dd39c8d3244 /src/protocol/charybdis.h | |
parent | 611bafbafe76852e3ea5942a6e2a18bda9289cf2 (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.h')
-rw-r--r-- | src/protocol/charybdis.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/charybdis.h b/src/protocol/charybdis.h index e5330dfa9..60d461c57 100644 --- a/src/protocol/charybdis.h +++ b/src/protocol/charybdis.h @@ -64,7 +64,6 @@ void charybdis_cmd_318(const char *source, const char *who); void charybdis_cmd_242(const char *buf); void charybdis_cmd_243(const char *buf); void charybdis_cmd_211(const char *buf); -void charybdis_cmd_eob(); int charybdis_flood_mode_check(const char *value); void charybdis_cmd_jupe(const char *jserver, const char *who, const char *reason); int charybdis_valid_nick(const char *nick); |