summaryrefslogtreecommitdiff
path: root/data/chanserv.example.conf
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-08-14 18:24:04 -0400
committerAdam <Adam@anope.org>2013-08-14 18:24:04 -0400
commit4abfdcbb9c76fa8ed9e0acfc045a68e92f2ab133 (patch)
treef1f8f277c61faaf1edd195c1d9bb111503b35d58 /data/chanserv.example.conf
parentde5c8c0d386375c46d812c5843a5bb5a850ee865 (diff)
Do not default mlock +r, it is unnecessray and only clutters up the mlock list
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r--data/chanserv.example.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf
index b25e8c224..d5e881ab2 100644
--- a/data/chanserv.example.conf
+++ b/data/chanserv.example.conf
@@ -1032,9 +1032,9 @@ module
/*
* Default modes for mode lock, these are set on newly registered channels.
*
- * If not set, the default is +nrt.
+ * If not set, the default is +nt.
*/
- mlock = "+nrt"
+ mlock = "+nt"
}
command { service = "ChanServ"; name = "MODE"; command = "chanserv/mode"; group = "chanserv/management"; }