diff options
author | Adam <Adam@anope.org> | 2011-08-09 00:06:44 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-09 00:06:44 -0400 |
commit | 91c3363c1578d24e70d0ed215d6aedc769076f08 (patch) | |
tree | c3f77b446225b3d9b52691cabb84b2fd3d10ac62 /include/access.h | |
parent | b7542fd6f29b5fec45314dbf65f599c5bd2b3650 (diff) |
Hopefully sort this AccessGroup::HasPriv once and for all
Diffstat (limited to 'include/access.h')
-rw-r--r-- | include/access.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/access.h b/include/access.h index 7caee6e5c..01d0616d4 100644 --- a/include/access.h +++ b/include/access.h @@ -78,7 +78,8 @@ class CoreExport ChanAccess class AccessGroup : public std::vector<ChanAccess *> { public: - bool SuperAdmin; + ChannelInfo *ci; + bool SuperAdmin, Founder; AccessGroup(); bool HasPriv(ChannelAccess priv) const; ChanAccess *Highest() const; |