diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-06-03 05:15:39 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-06-03 05:15:39 +0000 |
commit | 1c89004245d014d2fb961ca6c850e7df72af7993 (patch) | |
tree | ad0a14224b0db8f1f5e150cba885efc505817973 /src/protocol/ratbox.c | |
parent | 8cc71ee7946ca3723778062b66b336415122062b (diff) |
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
Diffstat (limited to 'src/protocol/ratbox.c')
-rw-r--r-- | src/protocol/ratbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c index f1c2f3b3b..3c589e98e 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -51,7 +51,6 @@ IRCDVar myIrcd[] = { 0, /* p10 */ 0, /* CIDR channelbans */ "$$", /* TLD Prefix for Global */ - false, /* Auth for users is sent after the initial NICK/UID command */ 4, /* Max number of modes we can send per line */ } , |