summaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-06-03 14:27:40 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-06-03 14:27:40 +0000
commite0cba0bb71611f82434b7f061760d105423bbe09 (patch)
tree7f1d58a67896f98bddc28077c51325bc0d0423a0 /src/config.c
parent31163a2cbcf66af94976f53d4712e4b66a4e7fdc (diff)
BUILD : 1.7.10 (823) BUGS : 385 391 NOTES : Moved checks for UseTokens, UseTS6, and Numeric into protocol_module_init because they need the ircd struct, and split init() into two functions to load the protocol module for listnicks/listchans.
git-svn-id: svn://svn.anope.org/anope/trunk@823 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@576 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/config.c b/src/config.c
index cea0fe267..c9d291ee3 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1395,24 +1395,6 @@ int read_config(int reload)
}
/**
- * Temp. disabled, as ircd-> isnt loaded yet, so we cant check here!
- **/
-/* if (UseTokens) {
- if (!ircd->token) {
- alog("Anope does not support TOKENS for this ircd setting unsetting UseToken");
- UseTokens = 0;
- }
- }
-
- if (UseTS6 && ircd->ts6) {
- if (!Numeric) {
- error(0,
- "UseTS6 requires the setting of Numeric to be enabled.");
- retval = 0;
- }
- }*/
-
- /**
* If they try to enable any email registration option,
* make sure they have everything else they need too...
*