1
0
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:
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
@@ -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)
{