aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-06-05 09:07:46 -0400
committerZoffix Znet <cpan@zoffix.com>2016-06-05 09:07:46 -0400
commit496d289d8b515ed57a1586c3a39826703c3923b2 (patch)
treec0e7de7526e79a0ca67c90fe5b8ec4a6bb0378ac /lib
parentc194b1d8b3b4e85d5ffd5b36c7deb63a494386fa (diff)
Z
Diffstat (limited to 'lib')
-rw-r--r--lib/IRC/Client.pm64
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/IRC/Client.pm6 b/lib/IRC/Client.pm6
index b591ff2..0c10f0c 100644
--- a/lib/IRC/Client.pm6
+++ b/lib/IRC/Client.pm6
@@ -44,8 +44,8 @@ method run {
# say $events, $left-overs;
for $events.grep: *.defined -> $e {
say $e;
- # CATCH { warn .backtrace }
- # $!debug and debug-print $e, :in;
+ CATCH { warn .backtrace }
+ $!debug and debug-print $e, :in;
# self!handle-event: $e, $s-name;
}
}