mirror of
https://github.com/anope/anope.git
synced 2026-07-05 21:33:14 +02:00
Fix some coding style issues.
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
||||
IRCDProto::SendModeInternal(source, chan, modes, values);
|
||||
}
|
||||
|
||||
void SendModeInternal(const MessageSource &source, User* u, const Anope::string &modes, const std::vector<Anope::string> &values) override
|
||||
void SendModeInternal(const MessageSource &source, User *u, const Anope::string &modes, const std::vector<Anope::string> &values) override
|
||||
{
|
||||
auto params = values;
|
||||
params.insert(params.begin(), { u->nick, stringify(u->timestamp), modes });
|
||||
|
||||
Reference in New Issue
Block a user