1
0
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:
Sadie Powell
2025-11-13 13:24:07 +00:00
+3
View File
@@ -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)