aboutsummaryrefslogtreecommitdiff
path: root/lib/IRC/Client.pm6
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IRC/Client.pm6')
-rw-r--r--lib/IRC/Client.pm62
1 files changed, 1 insertions, 1 deletions
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',