summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-03-07 19:54:51 -0500
committerAdam <Adam@anope.org>2011-03-07 19:54:51 -0500
commit8eb23e7d489239e8af79c2d6da587cd1c3a81b5d (patch)
tree04bf54ceb46a4b18345cf4e01d8aeb11ccd52c07 /docs
parent093b3d258e7b14d2aa057ca6113de034b5063efe (diff)
Added support for extbans
Diffstat (limited to 'docs')
-rw-r--r--docs/IRCD6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/IRCD b/docs/IRCD
index 1e25ce162..7a3effbb3 100644
--- a/docs/IRCD
+++ b/docs/IRCD
@@ -147,12 +147,6 @@ How To Add IRCd Support
ModeManager::AddChannelMode(new ChannelModeOper('O'));
- The CMODE_FLOOD param also has its own class, but due to the wide range of
- valid parameters accepted across IRCds, your protocol module MUST have the
- IsValid function for this.
-
- bool ChannelModeFlood::IsValid(const Anope::string &value) { }
-
4) Functions and Events
A brief word about functions and events. All events are captured by creating a Message struct