1
0
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:
Sadie Powell
2026-05-21 11:43:30 +01:00
parent 6d2c4fb612
commit 59c60849b6
10 changed files with 89 additions and 35 deletions
+3
View File
@@ -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: