mirror of
https://github.com/anope/anope.git
synced 2026-06-29 13:36:38 +02:00
Fix a missing override keyword.
This commit is contained in:
@@ -583,7 +583,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
bool IsTagValid(const Anope::string &name, const Anope::string &tvalue)
|
||||
bool IsTagValid(const Anope::string &tname, const Anope::string &tvalue) override
|
||||
{
|
||||
// InspIRCd accepts arbitrary message tags.
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user