mirror of
https://github.com/anope/anope.git
synced 2026-07-08 17:43:13 +02:00
Merge branch '2.0' into 2.1.
This commit is contained in:
@@ -172,6 +172,9 @@ struct ModeLocksImpl final
|
||||
{
|
||||
if (m->name == mode->name)
|
||||
{
|
||||
if (m->set != status)
|
||||
continue;
|
||||
|
||||
// For list or status modes, we must check the parameter
|
||||
if (mode->type == MODE_LIST || mode->type == MODE_STATUS)
|
||||
if (m->param != param)
|
||||
|
||||
Reference in New Issue
Block a user