aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <zoffixznet@users.noreply.github.com>2018-01-17 03:58:28 -0500
committerGitHub <noreply@github.com>2018-01-17 03:58:28 -0500
commit01df2b390c7ad9a27ea2275780b4100563d30dc6 (patch)
tree6862dc1603a4cbab16a8f2a7d4bd5617a2cf7c15
parenta65947a81a2047bb05dad59d5fd3ccee09236605 (diff)
Update Server.pm6
-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 }