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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user