1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 11:33:12 +02:00

Fix OS SQLINE expiry with UnrealIRCd

This commit is contained in:
Bram Matthys
2024-03-10 08:24:01 +01:00
committed by Sadie Powell
parent cd614831de
commit b09632d1c3
+1 -1
View File
@@ -196,7 +196,7 @@ class UnrealIRCdProto : public IRCDProto
*/
void SendSQLine(User *, const XLine *x) anope_override
{
UplinkSocket::Message() << "SQLINE " << x->mask << " :" << x->GetReason();
UplinkSocket::Message() << "TKL + Q * " << x->mask << " " << x->by << " " << x->expires << " " << x->created << " :" << x->GetReason();
}
/* Functions that use serval cmd functions */