summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBram Matthys <syzop@vulnscan.org>2024-03-10 08:24:01 +0100
committerSadie Powell <sadie@witchery.services>2024-03-11 18:30:55 +0000
commitb09632d1c3a504d106d6a45a514fec1efa50d7cc (patch)
treeeb0b77af17c024601d597bfd3cb05d178e294b46 /modules
parentcd614831dea507de6bdb2a2d1143b8373603f9e8 (diff)
Fix OS SQLINE expiry with UnrealIRCd
Diffstat (limited to 'modules')
-rw-r--r--modules/protocol/unreal4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/unreal4.cpp b/modules/protocol/unreal4.cpp
index ff12c8a0f..939a68eea 100644
--- a/modules/protocol/unreal4.cpp
+++ b/modules/protocol/unreal4.cpp
@@ -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 */