diff options
author | Robby- <robby@chat.be> | 2013-02-02 07:30:53 +0100 |
---|---|---|
committer | Robby- <robby@chat.be> | 2013-02-02 07:30:53 +0100 |
commit | 15b37c1e38b20a3f6244af179dfdb395ee929800 (patch) | |
tree | 5ce51a5ecb759c472d3f44a322e9fb61a2bbd7ab /data/global.example.conf | |
parent | dccb0ee3138359559d3a984d4708b53154aa7082 (diff) |
Some more typo and help text fixes, proper formatting of control codes, missing privileges, and settings corrections.
Diffstat (limited to 'data/global.example.conf')
-rw-r--r-- | data/global.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/global.example.conf b/data/global.example.conf index dfc7ad163..2ae7cdc99 100644 --- a/data/global.example.conf +++ b/data/global.example.conf @@ -9,7 +9,7 @@ service { /* - * The name of the Global client + * The name of the Global client. */ nick = "Global" @@ -109,7 +109,7 @@ global * Sane defaults are provided below that do not need to be edited unless you wish to change the default behavior. */ -/* Give it a help command */ +/* Give it a help command. */ command { service = "Global"; name = "HELP"; command = "generic/help"; } /* |