mirror of
https://github.com/anope/anope.git
synced 2026-06-28 15:16:38 +02:00
Fixed access comparators
This commit is contained in:
@@ -108,7 +108,7 @@ class XOPChanAccess : public ChanAccess
|
||||
return false;
|
||||
}
|
||||
|
||||
bool HasPriv(const Anope::string &priv)
|
||||
bool HasPriv(const Anope::string &priv) const
|
||||
{
|
||||
for (int i = 0; xopAccess[i].type != XOP_UNKNOWN; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user