summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-12-05 22:12:48 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-12-05 22:12:48 +0000
commit4630ae454ad64eb9abca106a1b2261c2f45e263a (patch)
treeab65f050172173d030166bb16278a8ccd984b51f /data
parent42b8cfe404d7a00de14ecd00a5f6f58fc4fc00af (diff)
Added options:mlock in the config so you can set what modes should be locked on new channels
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2690 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
-rw-r--r--data/example.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf
index f4b0460ab..76f15720b 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -499,7 +499,12 @@ options
* If set, Services will start logging to the log channel immediatly on startup.
* This directive is optional, and has no effect if logchannel is not defined.
*/
- #enablelogchannel = yes
+ #enablelogchannel = yes
+
+ /*
+ * Default modes for mode lock, these are set on newly registered channels.
+ */
+ mlock = "+nrt"
}