summaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-16 01:26:47 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-16 01:26:47 +0000
commit1d45a53fa2344ae65587b54889b3d5a9300e1213 (patch)
treed47f4c2e9925e09172c74140d672948c64379ac4 /src/config.c
parent61f2ce9a41acc6016b24da58005f9b779017d7d2 (diff)
Remove UseTS6. This is now on or off at an ircd, not a config level. Move Chary to obsolete for now, it's identical to ratbox anyway in most regards, and it's getting annoying having to redo the same work twice..
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1740 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/config.c b/src/config.c
index 0cac86802..c47ccda51 100644
--- a/src/config.c
+++ b/src/config.c
@@ -296,9 +296,6 @@ char *UlineServers;
char **Ulines;
int NumUlines;
-int UseTS6;
-
-
/*************************************************************************/
ServerConfig::ServerConfig() : include_stack(), errstr(""), newconfig(), config_data()
@@ -1392,7 +1389,6 @@ Directive directives[] = {
{PARAM_STRING, 0, &RemotePassword3}}},
{"RestrictOperNicks", {{PARAM_SET, PARAM_RELOAD, &RestrictOperNicks}}},
{"AnonymousGlobal", {{PARAM_SET, PARAM_RELOAD, &AnonymousGlobal}}},
- {"UseTS6", {{PARAM_SET, 0, &UseTS6}}},
{"UlineServers", {{PARAM_STRING, PARAM_RELOAD, &UlineServers}}},
};