From 8eb23e7d489239e8af79c2d6da587cd1c3a81b5d Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 7 Mar 2011 19:54:51 -0500 Subject: Added support for extbans --- docs/IRCD | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs') 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 -- cgit