summaryrefslogtreecommitdiff
path: root/data/example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'data/example.conf')
-rw-r--r--data/example.conf38
1 files changed, 25 insertions, 13 deletions
diff --git a/data/example.conf b/data/example.conf
index 22614de06..bbc6b5816 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -1317,10 +1317,10 @@ hostserv
}
/*
- * [REQUIRED] OperServ Config
+ * [RECOMMENDED] OperServ Config
*
* This section is used to set up the Operator Service pseudo-client. Unless specified otherwise,
- * all directives are required.
+ * all directives are required if you wish to use OperServ.
*/
operserv
{
@@ -1336,17 +1336,6 @@ operserv
description = "Operator Service"
/*
- * The nickname of the Global client.
- */
- globalnick = "Global"
-
- /*
- * The description of the Global client, which will be used as the GECOS (real
- * name) of the client.
- */
- globaldescription = "Global Noticer"
-
- /*
* The core modules to load for OperServ. This is a space separated list that corresponds
* to the base names of the modules for OperServ. This directive is optional, but highly recommended.
*/
@@ -1502,6 +1491,29 @@ operserv
}
/*
+ * [RECOMMENDED] Global Config
+ *
+ * This section is used to set up the Global pseudo-client. Unless specified otherwise,
+ * all directives are required if you wish to use Global.
+ *
+ * Globals two main functions are for sending globals and for logging miscellaneous data to
+ * the log channel(s). If disabled, many logs will NOT be sent to the log channel(s).
+ */
+global
+{
+ /*
+ * The nickname of the Global client.
+ */
+ globalnick = "Global"
+
+ /*
+ * The description of the Global client, which will be used as the GECOS (real
+ * name) of the client.
+ */
+ globaldescription = "Global Noticer"
+}
+
+/*
* [OPTIONAL] DefCon Config
*
* This section is used to set up the DefCon system of OperServ. The block is optional and can be