aboutsummaryrefslogtreecommitdiff
path: root/lib/IRC/Grammar.pm6
diff options
context:
space:
mode:
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 e20d0e4..d92199d 100644
--- a/lib/IRC/Grammar.pm6
+++ b/lib/IRC/Grammar.pm6
@@ -1,4 +1,4 @@
-unit grammar IRC::Grammar:ver<2.002001>;
+unit grammar IRC::Grammar:ver<2.003001>;
token TOP { <message>+ }
token SPACE { ' '+ }
token message { [':' <prefix> <SPACE> ]? <command> <params> \n }