mirror of
https://github.com/anope/anope.git
synced 2026-07-10 03:03:13 +02:00
Allow modules to add their own channel levels
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
if (!ci->AccessFor(u).HasPriv(CA_SET))
|
||||
if (!ci->AccessFor(u).HasPriv("SET"))
|
||||
{
|
||||
source.Reply(ACCESS_DENIED);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user