From 69d5982adbc763150beee66bf45196d808dfb991 Mon Sep 17 00:00:00 2001 From: cyberbotx Date: Sat, 15 Nov 2008 21:49:16 +0000 Subject: [PATCH] Remove the MySQL related directives from the old config as MySQL has been ripped out of 1.9 for the time being. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1737 5417fbe8-f217-4b02-8779-1006273d7864 --- src/config.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/config.c b/src/config.c index dd3242bd8..54aa6adb1 100644 --- a/src/config.c +++ b/src/config.c @@ -1387,15 +1387,6 @@ bool ValueItem::GetBool() Directive directives[] = { {"LocalAddress", {{PARAM_STRING, 0, &LocalHost}, {PARAM_PORT, PARAM_OPTIONAL, &LocalPort}}}, - {"MysqlHost", {{PARAM_STRING, PARAM_RELOAD, &MysqlHost}}}, - {"MysqlUser", {{PARAM_STRING, PARAM_RELOAD, &MysqlUser}}}, - {"MysqlPass", {{PARAM_STRING, PARAM_RELOAD, &MysqlPass}}}, - {"MysqlName", {{PARAM_STRING, PARAM_RELOAD, &MysqlName}}}, - {"MysqlPort", {{PARAM_PORT, PARAM_RELOAD, &MysqlPort}}}, - {"MysqlSecure", {{PARAM_STRING, PARAM_RELOAD, &MysqlSecure}}}, - {"MysqlSock", {{PARAM_STRING, PARAM_RELOAD, &MysqlSock}}}, - {"MysqlRetries", {{PARAM_POSINT, PARAM_RELOAD, &MysqlRetries}}}, - {"MysqlRetryGap", {{PARAM_POSINT, PARAM_RELOAD, &MysqlRetryGap}}}, {"ModuleAutoload", {{PARAM_STRING, PARAM_RELOAD, &Modules}}}, {"RemoteServer2", {{PARAM_STRING, 0, &RemoteServer2}, {PARAM_PORT, 0, &RemotePort2},