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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user