summaryrefslogtreecommitdiff
path: root/data/memoserv.example.conf
diff options
context:
space:
mode:
authorRobby- <robby@chat.be>2013-01-31 06:19:14 +0100
committerRobby- <robby@chat.be>2013-01-31 06:19:14 +0100
commitaea86906f40775e92c5219266eef7dfdb05f6589 (patch)
treed1487100ce9b1e716ab7945cef6126093dcab1dc /data/memoserv.example.conf
parenta62698a14a1c8b735050845b752f7a0f7175c227 (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/memoserv.example.conf')
-rw-r--r--data/memoserv.example.conf13
1 files changed, 6 insertions, 7 deletions
diff --git a/data/memoserv.example.conf b/data/memoserv.example.conf
index 59e1c9507..84ad32f06 100644
--- a/data/memoserv.example.conf
+++ b/data/memoserv.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"
}
@@ -190,7 +190,7 @@ command { service = "MemoServ"; name = "READ"; command = "memoserv/read"; }
* Provides the command memoserv/rsend.
*
* Used to send a memo requiring a receipt be sent back once it is read.
- *
+ *
* Requires configuring memoserv:memoreceipt.
*/
#module { name = "ms_rsend" }
@@ -199,7 +199,7 @@ command { service = "MemoServ"; name = "READ"; command = "memoserv/read"; }
/*
* ms_send
*
- * Provides the command memoserv/send
+ * Provides the command memoserv/send.
*
* Used to send memos.
*/
@@ -209,7 +209,7 @@ command { service = "MemoServ"; name = "SEND"; command = "memoserv/send"; }
/*
* ms_sendall
*
- * Provides the command memoserv/sendall
+ * Provides the command memoserv/sendall.
*
* Used to send a mass memo to every registered user.
*/
@@ -235,4 +235,3 @@ command { service = "MemoServ"; name = "SET"; command = "memoserv/set"; }
*/
module { name = "ms_staff" }
command { service = "MemoServ"; name = "STAFF"; command = "memoserv/staff"; permission = "memoserv/staff"; }
-