diff options
| author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-11-29 02:26:59 +0000 |
|---|---|---|
| committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-11-29 02:26:59 +0000 |
| commit | bd4d81fb5fb82bb12e4b505d6b6cf1cf0ea82c90 (patch) | |
| tree | 45eff7d122681100452f0359ea28c81cdbfe47f1 /lang/nl.l | |
| parent | 28bb054da100e0f73a5eaabfd09e1f228f592130 (diff) | |
BUILD : 1.7.6 (465) BUGS : 218, 235 NOTES : 1. correct the grammer in the example.conf 2. SolidIRCD cmode +S 3. NSSecureAdmins now restricts /NS SET EMAIL 4. Unreals version of SVSHOLD 5. SolidIRCD halfop support 6. /os set list
git-svn-id: svn://svn.anope.org/anope/trunk@465 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@319 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'lang/nl.l')
| -rw-r--r-- | lang/nl.l | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -2653,6 +2653,10 @@ OPER_SET_SQL_ERROR Setting for SQL must be ON or OFF. OPER_SET_SQL_ERROR_INIT Error during init of SQL, check your logs to correct. +OPER_SET_LIST_OPTION_ON + %s is enable +OPER_SET_LIST_OPTION_OFF + %s is disabled # NOOP responses OPER_NOOP_SYNTAX @@ -5548,6 +5552,18 @@ OPER_HELP_SET_SUPERADMIN wanneer het echt nodig is, en terug op OFF gezet worden als het niet meer nodig is. +OPER_HELP_SET_SQL + Syntax: SET SQL {ON | OFF} + + Setting this will toggle Anope's from usage of SQL, this should + be used to disable and enable SQL should your SQL server go down + while services are running. + +OPER_HELP_SET_LIST + Syntax: SET LIST + + Display the various OperServ settings + OPER_HELP_NOOP Gebruik: NOOP SET server NOOP REVOKE server |
