mirror of
https://github.com/anope/anope.git
synced 2026-06-30 02:36:38 +02:00
Add the intended target of the mode to CanSet.
This commit is contained in:
@@ -749,7 +749,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
bool CanSet(User *u) const override
|
||||
bool CanSet(User *u, Channel *c) const override
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user