mirror of
https://github.com/anope/anope.git
synced 2026-07-07 21:03:15 +02:00
Add a non-formatting overload of User::SetModesInternal.
This commit is contained in:
@@ -593,7 +593,7 @@ struct IRCDMessageSVSMode : IRCDMessage
|
||||
if (!params[1].is_pos_number_only() || convertTo<time_t>(params[1]) != u->timestamp)
|
||||
return;
|
||||
|
||||
u->SetModesInternal(source, "%s", params[2].c_str());
|
||||
u->SetModesInternal(source, params[2]);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user