1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 13:16:37 +02:00

Fix a missing override keyword.

This commit is contained in:
Sadie Powell
2024-02-26 16:40:58 +00:00
parent 57674f5869
commit 4789751e50
+1 -1
View File
@@ -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;