summaryrefslogtreecommitdiff
path: root/src/protocol/ratbox.c
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-09-26 04:53:59 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-09-26 04:53:59 +0000
commitd8bd3afd763c0813544ea6c8bbaa589dc0e44034 (patch)
tree2632a45ee7989d7219eaa79d07a39b406c95650c /src/protocol/ratbox.c
parent927d2717a989d5b5c074390fbb71d8230b13d5d5 (diff)
Fixed bug #1107. We now have support for IRCds that send auth after the initial NICK/UID command, and automatically reidentifying users from their account name on InspIRCd1.2
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2513 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.c')
-rw-r--r--src/protocol/ratbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c
index 271ab036c..33eb88570 100644
--- a/src/protocol/ratbox.c
+++ b/src/protocol/ratbox.c
@@ -114,6 +114,7 @@ IRCDVar myIrcd[] = {
NULL, /* character set */
0, /* CIDR channelbans */
"$$", /* TLD Prefix for Global */
+ false, /* Auth for users is sent after the initial NICK/UID command */
}
,
{NULL}