mirror of
https://github.com/anope/anope.git
synced 2026-06-30 03:16:37 +02:00
Fix a missing override keyword.
This commit is contained in:
@@ -112,7 +112,7 @@ class InspIRCd3Proto : public IRCDProto
|
||||
user->KillInternal(source, buf);
|
||||
}
|
||||
|
||||
void SendForceNickChange(User *u, const Anope::string &newnick, time_t when)
|
||||
void SendForceNickChange(User *u, const Anope::string &newnick, time_t when) anope_override
|
||||
{
|
||||
UplinkSocket::Message() << "SVSNICK " << u->GetUID() << " " << newnick << " " << when << " " << u->timestamp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user