aboutsummaryrefslogtreecommitdiff
path: root/lib/IRC/Grammar.pm6
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.pm6
parentce9eb0ee6f2903c551f88f989ef17ef8f1dbdc1f (diff)
Add server password support (Relates to #3)
Diffstat (limited to 'lib/IRC/Grammar.pm6')
-rw-r--r--lib/IRC/Grammar.pm62
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IRC/Grammar.pm6 b/lib/IRC/Grammar.pm6
index f1303ee..e20d0e4 100644
--- a/lib/IRC/Grammar.pm6
+++ b/lib/IRC/Grammar.pm6
@@ -1,4 +1,4 @@
-unit grammar IRC::Grammar:ver<2.001001>;
+unit grammar IRC::Grammar:ver<2.002001>;
token TOP { <message>+ }
token SPACE { ' '+ }
token message { [':' <prefix> <SPACE> ]? <command> <params> \n }