mirror of
https://github.com/anope/anope.git
synced 2026-07-01 14:26:37 +02:00
Do not default mlock +r, it is unnecessray and only clutters up the mlock list
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user