mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
m_check: Fix showing oper permissions (privileges). (#1556)
This commit is contained in:
parent
11cc922584
commit
0527f858ce
@ -200,7 +200,7 @@ class CommandCheck : public Command
|
||||
opcmdlist.Add(oper->AllowedOperCommands.ToString());
|
||||
opcmdlist.Flush();
|
||||
CheckContext::List privlist(context, "permissions");
|
||||
opcmdlist.Add(oper->AllowedPrivs.ToString());
|
||||
privlist.Add(oper->AllowedPrivs.ToString());
|
||||
privlist.Flush();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user