1
0
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:
Sadie Powell
2025-07-25 21:07:26 +01:00
parent 4d2870fa45
commit 6d754b7d73
8 changed files with 33 additions and 32 deletions
+1 -1
View File
@@ -749,7 +749,7 @@ public:
{
}
bool CanSet(User *u) const override
bool CanSet(User *u, Channel *c) const override
{
return false;
}