1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 23:46:38 +02:00

Add a missing override keyword.

This commit is contained in:
Sadie Powell
2024-11-25 00:20:25 +00:00
parent 7019b27e59
commit 233a5bf4cd
+1 -1
View File
@@ -174,7 +174,7 @@ public:
OnShutdown();
}
bool IsGuestNick(const Anope::string &nick) const
bool IsGuestNick(const Anope::string &nick) const override
{
const auto guestnick = Config->GetModule(this)->Get<Anope::string>("guestnick", "Guest####");
if (guestnick.empty())