From 1380a1c294aee79ed64302dbbe8e9ad05872f0c3 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Fri, 29 Jul 2016 15:56:18 -0400 Subject: Document IRC::Client methods --- lib/IRC/Client.pm6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/IRC/Client.pm6 b/lib/IRC/Client.pm6 index bd9685e..6b442da 100644 --- a/lib/IRC/Client.pm6 +++ b/lib/IRC/Client.pm6 @@ -34,7 +34,7 @@ submethod BUILD ( Int:D :$port where 0 <= $_ <= 65535 = 6667, Str :$password, Str:D :$host = 'localhost', - :$nick = ['P6Bot', 'P6Bot_', 'P6Bot__'], + :$nick = ['P6Bot'], Str:D :$username = 'Perl6IRC', Str:D :$userhost = 'localhost', Str:D :$userreal = 'Perl6 IRC Client', -- cgit v1.1