From 1fc21153358cd9293dc2615f85bcdca2cabfd4ab Mon Sep 17 00:00:00 2001 From: Alexandre Morignot <erdnaxeli@cervoi.se> Date: Wed, 27 May 2015 20:17:48 +0200 Subject: [PATCH] this did not happen --- lib/commands/parser.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/parser.pm b/lib/commands/parser.pm index 5489c8c..ee09f0f 100644 --- a/lib/commands/parser.pm +++ b/lib/commands/parser.pm @@ -137,7 +137,7 @@ sub tag { my @tags = ($msg =~ /(?:^| )#([a-zA-Z0-9_]+)/g); my $id = utils::id::get($chan); - commands::tag::exec($id, $msg); + commands::tag::exec($id, "@tags"); } 1; -- GitLab