mirror of
https://github.com/anope/anope.git
synced 2026-07-03 16:53:12 +02:00
Add a missing override keyword.
This commit is contained in:
@@ -255,7 +255,7 @@ public:
|
||||
Uplink::Send(user, "SVSCMODE", u->GetUID(), c->name, 'b');
|
||||
}
|
||||
|
||||
void SendQuit(User *u, const Anope::string &buf, const Anope::string &operbuf)
|
||||
void SendQuit(User *u, const Anope::string &buf, const Anope::string &operbuf) override
|
||||
{
|
||||
if (!operbuf.empty())
|
||||
Uplink::Send("METADATA", u->GetUID(), "operquit", operbuf);
|
||||
|
||||
Reference in New Issue
Block a user