1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 15:44:46 +02:00

Only send tags on InspIRCd when we are done syncing.

This commit is contained in:
Sadie Powell
2026-06-09 23:29:35 +01:00
parent 0163d92b1d
commit 4878b1787e
+1 -1
View File
@@ -734,7 +734,7 @@ public:
bool IsTagValid(const Anope::string &tname, const Anope::string &tvalue) override
{
// InspIRCd accepts arbitrary message tags.
return true;
return Me->IsSynced();
}
};