1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 04:56:38 +02:00

Add a string overload of User::SetModes.

This commit is contained in:
Sadie Powell
2024-01-08 14:14:57 +00:00
parent 5b23fae8bf
commit 0439e3b21b
5 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ public:
IRCD->SendOper(user);
if (!modes.empty())
user->SetModes(OperServ, "%s", modes.c_str());
user->SetModes(OperServ, modes);
}
}