diff options
Diffstat (limited to 'src/protocol/ratbox.c')
-rw-r--r-- | src/protocol/ratbox.c | 1 |
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} |