aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/IRC/Client/Server.pm62
1 files changed, 1 insertions, 1 deletions
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 }