diff options
author | Adam <Adam@anope.org> | 2013-08-14 18:24:04 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-08-14 18:24:04 -0400 |
commit | 4abfdcbb9c76fa8ed9e0acfc045a68e92f2ab133 (patch) | |
tree | f1f8f277c61faaf1edd195c1d9bb111503b35d58 /modules/commands/cs_mode.cpp | |
parent | de5c8c0d386375c46d812c5843a5bb5a850ee865 (diff) |
Do not default mlock +r, it is unnecessray and only clutters up the mlock list
Diffstat (limited to 'modules/commands/cs_mode.cpp')
-rw-r--r-- | modules/commands/cs_mode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<const Anope::string>("mlock", "+nrt")); + spacesepstream sep(Config->GetModule(this)->Get<const Anope::string>("mlock", "+nt")); if (sep.GetToken(mlock)) { bool add = true; |