From 63c2a163e193ea53e159e2a7ffb8c73bddf9074b Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Thu, 28 Jul 2016 21:15:14 -0400 Subject: Make reconnect stuff work --- lib/IRC/Client/Server.pm6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/IRC/Client/Server.pm6') diff --git a/lib/IRC/Client/Server.pm6 b/lib/IRC/Client/Server.pm6 index 86f5253..1857fcc 100644 --- a/lib/IRC/Client/Server.pm6 +++ b/lib/IRC/Client/Server.pm6 @@ -10,8 +10,8 @@ has Str $.username; has Str $.userhost; has Str $.userreal; has Str $.current-nick is rw; -has Promise $.promise is rw; has Bool $.is-connected is rw; +has Bool $.has-quit is rw; has IO::Socket::Async $.socket is rw; method Str { $!label } -- cgit v1.1