mirror of
https://github.com/anope/anope.git
synced 2026-06-12 17:24:49 +02:00
Remove hard coded references to default access levels.
This commit is contained in:
@@ -67,6 +67,9 @@ public:
|
||||
*/
|
||||
virtual ChanAccess *Create() = 0;
|
||||
|
||||
virtual void GetAccess(CommandSource& source, const Privilege *p, Anope::map<Anope::string> &access) = 0;
|
||||
static void SendAccess(CommandSource &source, const Anope::string &pname);
|
||||
|
||||
private:
|
||||
static std::list<AccessProvider *> Providers;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user