From 01df2b390c7ad9a27ea2275780b4100563d30dc6 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Wed, 17 Jan 2018 03:58:28 -0500 Subject: Update Server.pm6 --- lib/IRC/Client/Server.pm6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IRC/Client/Server.pm6 b/lib/IRC/Client/Server.pm6 index b7825ee..18f7755 100644 --- a/lib/IRC/Client/Server.pm6 +++ b/lib/IRC/Client/Server.pm6 @@ -15,6 +15,6 @@ has Str $.userreal; has Str $.current-nick is rw; has Bool $.is-connected is rw; has Bool $.has-quit is rw; -has IO::Socket::Async $.socket is rw; +has $.socket is rw; method Str { $!label } -- cgit v1.1