From 4e76d134288ad0c446cfd1d6e0204948c898981e Mon Sep 17 00:00:00 2001 From: rburchell Date: Sat, 8 Aug 2009 16:39:14 +0000 Subject: Remove SSYNC_UNKNOWN. All IRCds can report sync state, and for those that _really_ can't, we can find out via PING/PONG exchange anyway. We will be making use of sync state more shortly. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2441 5417fbe8-f217-4b02-8779-1006273d7864 --- src/protocol/bahamut.c | 1 - src/protocol/inspircd11.c | 1 - src/protocol/inspircd12.cpp | 1 - src/protocol/ratbox.c | 1 - src/protocol/unreal32.c | 1 - 5 files changed, 5 deletions(-) (limited to 'src/protocol') diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c index 7ebdae106..e8be32ca9 100644 --- a/src/protocol/bahamut.c +++ b/src/protocol/bahamut.c @@ -127,7 +127,6 @@ IRCDVar myIrcd[] = { 1, /* support helper umode */ 0, /* p10 */ NULL, /* character set */ - 1, /* reports sync state */ 0, /* CIDR channelbans */ "$", /* TLD Prefix for Global */ } diff --git a/src/protocol/inspircd11.c b/src/protocol/inspircd11.c index c81d9b416..43369f4c3 100644 --- a/src/protocol/inspircd11.c +++ b/src/protocol/inspircd11.c @@ -136,7 +136,6 @@ IRCDVar myIrcd[] = { 1, /* support helper umode */ 0, /* p10 */ NULL, /* character set */ - 0, /* reports sync state */ 1, /* CIDR channelbans */ "$", /* TLD Prefix for Global */ } diff --git a/src/protocol/inspircd12.cpp b/src/protocol/inspircd12.cpp index d364d5100..ab22aa29c 100644 --- a/src/protocol/inspircd12.cpp +++ b/src/protocol/inspircd12.cpp @@ -136,7 +136,6 @@ IRCDVar myIrcd[] = { 1, /* support helper umode */ 0, /* p10 */ NULL, /* character set */ - 0, /* reports sync state */ 1, /* CIDR channelbans */ "$", /* TLD Prefix for Global */ } diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c index c989dc004..7cb6cb884 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -112,7 +112,6 @@ IRCDVar myIrcd[] = { 0, /* support helper umode */ 0, /* p10 */ NULL, /* character set */ - 0, /* reports sync state */ 0, /* CIDR channelbans */ "$$", /* TLD Prefix for Global */ } diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index b47b22368..44752af7a 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -149,7 +149,6 @@ IRCDVar myIrcd[] = { 1, /* support helper umode */ 0, /* p10 */ NULL, /* character set */ - 1, /* reports sync state */ 0, /* CIDR channelbans */ "$", /* TLD Prefix for Global */ } -- cgit