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