1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 22:36:39 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2024-03-11 22:43:29 +00:00
2 changed files with 3 additions and 14 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ private:
*/
void SendSQLine(User *, const XLine *x) override
{
Uplink::Send("SQLINE", x->mask, x->GetReason());
Uplink::Send("TKL", '+', 'Q', "*", x->mask, x->by, x->expires, x->created, x->GetReason());
}
/* Functions that use serval cmd functions */