diff options
author | Robby- <robby@chat.be> | 2013-01-31 06:19:14 +0100 |
---|---|---|
committer | Robby- <robby@chat.be> | 2013-01-31 06:19:14 +0100 |
commit | aea86906f40775e92c5219266eef7dfdb05f6589 (patch) | |
tree | d1487100ce9b1e716ab7945cef6126093dcab1dc /data/global.example.conf | |
parent | a62698a14a1c8b735050845b752f7a0f7175c227 (diff) |
Some configuration file updates: Removed now non-existing settings. Redid some existing settings to look more consistent/uniform. Added some missing commands/permissions.
Merged operserv/modlist permission into operserv/modinfo.
Fixed ChanServ INFO privilege to actually work for /BotServ INFO too for those users who have it, instead of only for founders.
Fixed some typos aswell as removed whitespaces along the way.
Diffstat (limited to 'data/global.example.conf')
-rw-r--r-- | data/global.example.conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/data/global.example.conf b/data/global.example.conf index 1b5ca9d31..dfc7ad163 100644 --- a/data/global.example.conf +++ b/data/global.example.conf @@ -35,8 +35,8 @@ service * These modes are very IRCd specific. If left commented, sane defaults * are used based on what protocol module you have loaded. * - * Note that setting this option incorrectly could potentially BREAK some if - * not all usefulness of the client. We will not support you if this client is + * Note that setting this option incorrectly could potentially BREAK some, if + * not all, usefulness of the client. We will not support you if this client is * unable to do certain things if this option is enabled. */ #modes = "+o" @@ -46,7 +46,7 @@ service * of log channels this is not very useful, as the service will just idle in the * specified channels, and will not accept any types of commands. * - * Prefixes may be given to the channels in the form of mode character or prefix symbol. + * Prefixes may be given to the channels in the form of mode characters or prefix symbols. */ #channels = "@#services,#mychan" } @@ -90,7 +90,7 @@ global globaloncycleup = "Services are now back online - have a nice day" /* - * If set, Services will hide the IRC operator's nick in a global + * If set, Services will hide the IRC Operator's nick in a global * message/notice. * * This directive is optional. @@ -122,4 +122,3 @@ command { service = "Global"; name = "HELP"; command = "generic/help"; } module { name = "gl_global" } command { service = "OperServ"; name = "GLOBAL"; command = "global/global"; permission = "operserv/global"; } command { service = "Global"; name = "GLOBAL"; command = "global/global"; permission = "global/global"; } - |