mirror of
https://github.com/anope/anope.git
synced 2026-07-08 09:03:13 +02:00
BUILD : 1.7.5 (354) BUGS : NOTES : Added RestrictOpernicks by request. Small feature.
git-svn-id: svn://svn.anope.org/anope/trunk@354 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@230 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
3a4570a131
commit
fcd9c968ee
@@ -225,6 +225,7 @@ int BSCaseSensitive;
|
||||
int HideStatsO;
|
||||
int GlobalOnCycle;
|
||||
int AnonymousGlobal;
|
||||
int RestrictOperNicks;
|
||||
char *GlobalOnCycleMessage;
|
||||
char *GlobalOnCycleUP;
|
||||
char *ServicesRoot;
|
||||
@@ -590,6 +591,7 @@ Directive directives[] = {
|
||||
{PARAM_PORT, 0, &RemotePort3},
|
||||
{PARAM_STRING, 0, &RemotePassword3}}},
|
||||
{"RestrictMail", {{PARAM_SET, PARAM_RELOAD, &RestrictMail}}},
|
||||
{"RestrictOperNicks", {{PARAM_SET, PARAM_RELOAD, &RestrictOperNicks}}},
|
||||
{"SendMailPath", {{PARAM_STRING, PARAM_RELOAD, &SendMailPath}}},
|
||||
{"SendFrom", {{PARAM_STRING, PARAM_RELOAD, &SendFrom}}},
|
||||
{"ServerDesc", {{PARAM_STRING, 0, &ServerDesc}}},
|
||||
|
||||
Reference in New Issue
Block a user