summaryrefslogtreecommitdiff
path: root/data/operserv.example.conf
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-13 14:24:08 -0400
committerAdam <Adam@anope.org>2011-09-10 00:58:35 -0400
commit4a7ba7ef4cd92263d8187b1385d8bf46102ef7b3 (patch)
treed03e1e17d7a736b6369a59b0418c5f468a040838 /data/operserv.example.conf
parent2b5d9f349f0990f664e1e6a685dd2ef983b388c8 (diff)
Removed SZLine. Instead, have AKILL determine whether or not a ZLINE should be set.
Diffstat (limited to 'data/operserv.example.conf')
-rw-r--r--data/operserv.example.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf
index 0e5801441..bd922e92e 100644
--- a/data/operserv.example.conf
+++ b/data/operserv.example.conf
@@ -68,7 +68,7 @@ operserv
/*
* These define the default expiration times for, respectively, AKILLs, CHANKILLs, SNLINEs,
- * SQLINEs, and SZLINEs.
+ * and SQLINEs.
*/
autokillexpiry = 30d
chankillexpiry = 30d
@@ -110,7 +110,6 @@ operserv
* - akillexpire: An AKILL has expired
* - snlineexpire: An SNLINE has expired
* - sqlineexpire: An SQLINE has expired
- * - szlineexpire: An SZLINE has expired
* - exceptionexpire: A session exception has expired
*
* This directive is optional, if left blank, there will be no notifications.
@@ -572,14 +571,13 @@ command { service = "OperServ"; name = "SVSNICK"; command = "operserv/svsnick";
/*
* os_sxline
*
- * Provides the operserv/snline, operserv/sqline, and operserv/szline commands.
+ * Provides the operserv/snline and operserv/sqline commands.
*
* Used to ban different things such as realnames, nicknames, and IPs.
*/
module { name = "os_sxline" }
command { service = "OperServ"; name = "SNLINE"; command = "operserv/snline"; permission = "operserv/snline"; }
command { service = "OperServ"; name = "SQLINE"; command = "operserv/sqline"; permission = "operserv/sqline"; }
-command { service = "OperServ"; name = "SZLINE"; command = "operserv/szline"; permission = "operserv/szline"; }
/*
* os_update