From 4abfdcbb9c76fa8ed9e0acfc045a68e92f2ab133 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 14 Aug 2013 18:24:04 -0400 Subject: Do not default mlock +r, it is unnecessray and only clutters up the mlock list --- modules/commands/cs_mode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_mode.cpp') diff --git a/modules/commands/cs_mode.cpp b/modules/commands/cs_mode.cpp index f38333265..7bbd2cdde 100644 --- a/modules/commands/cs_mode.cpp +++ b/modules/commands/cs_mode.cpp @@ -947,7 +947,7 @@ class CSMode : public Module { ModeLocks *ml = modelocks.Require(ci); Anope::string mlock; - spacesepstream sep(Config->GetModule(this)->Get("mlock", "+nrt")); + spacesepstream sep(Config->GetModule(this)->Get("mlock", "+nt")); if (sep.GetToken(mlock)) { bool add = true; -- cgit