diff options
Diffstat (limited to 'src/protocol')
-rw-r--r-- | src/protocol/bahamut.c | 1 | ||||
-rw-r--r-- | src/protocol/inspircd11.c | 1 | ||||
-rw-r--r-- | src/protocol/inspircd12.cpp | 1 | ||||
-rw-r--r-- | src/protocol/ratbox.c | 1 | ||||
-rw-r--r-- | src/protocol/unreal32.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c index a813a4b6c..717654220 100644 --- a/src/protocol/bahamut.c +++ b/src/protocol/bahamut.c @@ -53,7 +53,6 @@ IRCDVar myIrcd[] = { 0, /* p10 */ 0, /* CIDR channelbans */ "$", /* TLD Prefix for Global */ - false, /* Auth for users is sent after the initial NICK/UID command */ 6, /* Max number of modes we can send per line */ } , diff --git a/src/protocol/inspircd11.c b/src/protocol/inspircd11.c index c731d4043..eaa94ec87 100644 --- a/src/protocol/inspircd11.c +++ b/src/protocol/inspircd11.c @@ -70,7 +70,6 @@ IRCDVar myIrcd[] = { 0, /* p10 */ 1, /* CIDR channelbans */ "$", /* TLD Prefix for Global */ - false, /* Auth for users is sent after the initial NICK/UID command */ 20, /* Max number of modes we can send per line */ } , diff --git a/src/protocol/inspircd12.cpp b/src/protocol/inspircd12.cpp index 2c53e4b8d..d76da332d 100644 --- a/src/protocol/inspircd12.cpp +++ b/src/protocol/inspircd12.cpp @@ -70,7 +70,6 @@ IRCDVar myIrcd[] = { 0, /* p10 */ 1, /* CIDR channelbans */ "$", /* TLD Prefix for Global */ - true, /* Auth for users is sent after the initial NICK/UID command */ 20, /* Max number of modes we can send per line */ } , 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 */ } , diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index b44031004..55fe49dd4 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -53,7 +53,6 @@ IRCDVar myIrcd[] = { 0, /* p10 */ 0, /* CIDR channelbans */ "$", /* TLD Prefix for Global */ - false, /* Auth for users is sent after the initial NICK/UID command */ 12, /* Max number of modes we can send per line */ } , |