diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-16 01:26:47 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-16 01:26:47 +0000 |
commit | 1d45a53fa2344ae65587b54889b3d5a9300e1213 (patch) | |
tree | d47f4c2e9925e09172c74140d672948c64379ac4 /include/extern.h | |
parent | 61f2ce9a41acc6016b24da58005f9b779017d7d2 (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 'include/extern.h')
-rw-r--r-- | include/extern.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/extern.h b/include/extern.h index b0cf79390..325625916 100644 --- a/include/extern.h +++ b/include/extern.h @@ -300,10 +300,9 @@ E bool UseStrictPrivMsg; E bool DumpCore; E bool LogUsers; E int NickRegDelay; -E int RestrictOperNicks; +E bool RestrictOperNicks; E int NewsCount; E char *Numeric; -E int UseTS6; E char **HostSetters; E int HostNumber; |