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/memoserv.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/memoserv.example.conf')
-rw-r--r-- | data/memoserv.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/memoserv.example.conf b/data/memoserv.example.conf index 84ad32f06..40678bf53 100644 --- a/data/memoserv.example.conf +++ b/data/memoserv.example.conf @@ -9,7 +9,7 @@ service { /* - * The name of the MemoServ client + * The name of the MemoServ client. */ nick = "MemoServ" @@ -111,7 +111,7 @@ memoserv * 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 = "MemoServ"; name = "HELP"; command = "generic/help"; } /* |