diff options
author | Adam <Adam@anope.org> | 2011-03-07 19:54:51 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-03-07 19:54:51 -0500 |
commit | 8eb23e7d489239e8af79c2d6da587cd1c3a81b5d (patch) | |
tree | 04bf54ceb46a4b18345cf4e01d8aeb11ccd52c07 /docs | |
parent | 093b3d258e7b14d2aa057ca6113de034b5063efe (diff) |
Added support for extbans
Diffstat (limited to 'docs')
-rw-r--r-- | docs/IRCD | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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
|