mirror of
https://github.com/anope/anope.git
synced 2026-07-10 13:03:12 +02:00
BUILD : 1.7.4 (295) BUGS : none NOTES : Rolling back previous commit.
git-svn-id: svn://svn.anope.org/anope/trunk@295 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@184 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
a090c812cf
commit
3422f4a798
@@ -297,6 +297,7 @@ char *MysqlSecure;
|
||||
char *MysqlSock;
|
||||
int MysqlRetries = 0;
|
||||
int MysqlRetryGap = 0;
|
||||
int UseRDB = 0;
|
||||
|
||||
int DefConLevel;
|
||||
int DefCon1;
|
||||
@@ -491,6 +492,7 @@ Directive directives[] = {
|
||||
{"MysqlSock", {{PARAM_STRING, PARAM_RELOAD, &MysqlSock}}},
|
||||
{"MysqlRetries", {{PARAM_POSINT, PARAM_RELOAD, &MysqlRetries}}},
|
||||
{"MysqlRetryGap", {{PARAM_POSINT, PARAM_RELOAD, &MysqlRetryGap}}},
|
||||
{"UseRDB", {{PARAM_SET, PARAM_RELOAD, &UseRDB}}},
|
||||
{"ModuleAutoload", {{PARAM_STRING, PARAM_RELOAD, &Modules}}},
|
||||
{"ModuleDelayedAutoload",
|
||||
{{PARAM_STRING, PARAM_RELOAD, &ModulesDelayed}}},
|
||||
|
||||
Reference in New Issue
Block a user