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:
committed by
Sadie Powell
parent
cd614831de
commit
b09632d1c3
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user