diff options
| author | Adam <Adam@anope.org> | 2010-10-02 03:08:29 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2010-10-02 03:08:29 -0400 |
| commit | 0a8bb8808549e0f93a690fa887f46af03768c9db (patch) | |
| tree | 5d082157c884fa2eaf0f3e072a17ae40f33e6f70 /data | |
| parent | a62d824cb4266cdfbfbc81e142b22f1a2e7ed7be (diff) | |
Made OperServ and Global optional
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 38 |
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 |
