diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 00:48:39 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 00:48:39 +0000 |
commit | b9d62796920a4fde698af1beee0919fdb13dd59a (patch) | |
tree | e75a78115da6cc66940fe2180d39ad9ed2d6c3f9 /src/protocol/ratbox.c | |
parent | a9fd3fd828ab7b717cb7676f3a9e881b02a05743 (diff) |
UseTokens needs to die in a fire, don't let it be turned off.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1605 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 c7971fea9..3ab071303 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -105,7 +105,6 @@ IRCDVar myIrcd[] = { 0, /* No Knock requires +i */ NULL, /* CAPAB Chan Modes */ 0, /* We support TOKENS */ - 1, /* TOKENS are CASE inSensitive */ 0, /* TIME STAMPS are BASE64 */ 1, /* +I support */ 0, /* SJOIN ban char */ |