1
0
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:
Sadie Powell
2025-03-09 19:49:28 +00:00
parent 1c4f9042e7
commit b8c28419da
+1 -1
View File
@@ -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);