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:
committed by
Sadie Powell
parent
12486f6cee
commit
51e95d72e3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user