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/config.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/config.c')
-rw-r--r-- | src/config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c index 553287637..1d91b2456 100644 --- a/src/config.c +++ b/src/config.c @@ -103,7 +103,6 @@ int DumpCore; int LogUsers; int NickRegDelay; int UseSVSHOLD; -int UseTokens; int UseSVS2MODE; int NewsCount; @@ -1356,7 +1355,6 @@ Directive directives[] = { {"UserKey3", {{PARAM_POSINT, PARAM_RELOAD, &UserKey3}}}, {"UseSVSHOLD", {{PARAM_SET, PARAM_RELOAD, &UseSVSHOLD}}}, {"UseSVS2MODE", {{PARAM_SET, PARAM_RELOAD, &UseSVS2MODE}}}, - {"UseTokens", {{PARAM_SET, 0, &UseTokens}}}, {"UseTS6", {{PARAM_SET, 0, &UseTS6}}}, {"UnRestrictSAdmin", {{PARAM_SET, PARAM_RELOAD, &UnRestrictSAdmin}}}, {"WarningTimeout", {{PARAM_TIME, PARAM_RELOAD, &WarningTimeout}}}, |