diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-08-08 16:39:14 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-08-08 16:39:14 +0000 |
commit | 4e76d134288ad0c446cfd1d6e0204948c898981e (patch) | |
tree | b8f4de0e0ede90a92b1bb8677ec2caece21ed3f8 /src/protocol/ratbox.c | |
parent | 51d869db5768386c8c638415426fa97985ad5693 (diff) |
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
Diffstat (limited to 'src/protocol/ratbox.c')
-rw-r--r-- | src/protocol/ratbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ } |