1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 10:56:38 +02:00

Enable message-tags support for UnrealIRCd

This commit is contained in:
Bram Matthys
2024-03-09 15:00:02 +01:00
committed by Sadie Powell
parent 12486f6cee
commit 51e95d72e3
+7
View File
@@ -444,6 +444,13 @@ private:
{
Uplink::Send(user, "SVS2MODE", c->name, "-b", u->GetUID());
}
bool IsTagValid(const Anope::string &tname, const Anope::string &tvalue) override
{
if (Servers::Capab.count("MTAGS"))
return true;
return false;
}
};
class UnrealExtBan