diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-26 04:53:59 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-26 04:53:59 +0000 |
commit | d8bd3afd763c0813544ea6c8bbaa589dc0e44034 (patch) | |
tree | 2632a45ee7989d7219eaa79d07a39b406c95650c /src/protocol/unreal32.c | |
parent | 927d2717a989d5b5c074390fbb71d8230b13d5d5 (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/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 9adbf0ffd..78d888518 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -151,6 +151,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} |