From 98cee4deebfba64dd7143f97675788b175fb8fb4 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Fri, 1 Jan 2016 09:00:37 -0500 Subject: Add server password support (Relates to #3) --- lib/IRC/Grammar/Actions.pm6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/IRC/Grammar') 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: $>>.made } method message ($/) { my $pref = $/; -- cgit v1.1