mirror of
https://github.com/anope/anope.git
synced 2026-07-03 03:03:13 +02:00
Fix some oversights in commit 82fa7e1467.
This commit is contained in:
@@ -66,12 +66,12 @@ public:
|
||||
{
|
||||
// Calculate the time left before this would expire
|
||||
time_t timeleft = x->expires ? x->expires - Anope::CurTime : x->expires;
|
||||
Uplink::Send("ENCAP", '*', "RESV", timeleft, x->mask, 0, x->GetReason());
|
||||
Uplink::Send(FindIntroduced(), "ENCAP", '*', "RESV", timeleft, x->mask, 0, x->GetReason());
|
||||
}
|
||||
|
||||
void SendSQLineDel(const XLine *x) override
|
||||
{
|
||||
Uplink::Send(Config->GetClient("OperServ"), "ENCAP", '*', "UNRESV", x->mask);
|
||||
Uplink::Send(FindIntroduced(), "ENCAP", '*', "UNRESV", x->mask);
|
||||
}
|
||||
|
||||
void SendConnect() override
|
||||
|
||||
Reference in New Issue
Block a user