1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 23:06:38 +02:00

Fixed access comparators

This commit is contained in:
Adam
2011-12-15 01:14:13 -05:00
parent ad14c8145b
commit 9ea030d060
5 changed files with 93 additions and 37 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class AccessChanAccess : public ChanAccess
return false;
}
bool HasPriv(const Anope::string &name)
bool HasPriv(const Anope::string &name) const
{
return this->ci->GetLevel(name) != ACCESS_INVALID && this->level >= this->ci->GetLevel(name);
}