From 1c89004245d014d2fb961ca6c850e7df72af7993 Mon Sep 17 00:00:00 2001 From: Adam- Date: Thu, 3 Jun 2010 05:15:39 +0000 Subject: Removed ircd->b_delay_auth, have User::CheckAuthenticationToken validate users. Fixes us telling people to identify after netmerge then silently identifying them once we process svid. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2994 5417fbe8-f217-4b02-8779-1006273d7864 --- docs/IRCD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs/IRCD') diff --git a/docs/IRCD b/docs/IRCD index 371eb2cdb..52ee424bb 100644 --- a/docs/IRCD +++ b/docs/IRCD @@ -196,10 +196,7 @@ How To Add IRCd Support 42) Global TLD Prefix: Prefix used to send global messages, should probably be "$" - 43) Delayed AUTH: Does the ircd send if a user is identified for their nick - AFTER the initial NICK/UID? Set this to 0 for no. - - 44) Max Modes: The max number of mode changes we can send in one line + 43) Max Modes: The max number of mode changes we can send in one line 4) Modes -- cgit