aboutsummaryrefslogtreecommitdiff
path: root/lib/IRC/Client/Server.pm6
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IRC/Client/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 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 }