aboutsummaryrefslogtreecommitdiff
path: root/lib/IRC/Grammar
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-01-01 09:00:37 -0500
committerZoffix Znet <cpan@zoffix.com>2016-01-01 09:00:37 -0500
commit98cee4deebfba64dd7143f97675788b175fb8fb4 (patch)
tree4b10bbf17f16a603d89732cca24bf60e3ea70b3d /lib/IRC/Grammar
parentce9eb0ee6f2903c551f88f989ef17ef8f1dbdc1f (diff)
Add server password support (Relates to #3)
Diffstat (limited to 'lib/IRC/Grammar')
-rw-r--r--lib/IRC/Grammar/Actions.pm62
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IRC/Grammar/Actions.pm6 b/lib/IRC/Grammar/Actions.pm6
index e7f5292..b8bf75c 100644
--- a/lib/IRC/Grammar/Actions.pm6
+++ b/lib/IRC/Grammar/Actions.pm6
@@ -1,4 +1,4 @@
-unit class IRC::Grammar::Actions:ver<2.001001>;
+unit class IRC::Grammar::Actions:ver<2.002001>;
method TOP ($/) { $/.make: $<message>>>.made }
method message ($/) {
my $pref = $/<prefix>;