Skip to content
Extraits de code Groupes Projets
Valider 212494d2 rédigé par Alexandre Morignot's avatar Alexandre Morignot
Parcourir les fichiers

$lastID must die

parent 5a6ebc83
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -117,7 +117,8 @@ sub tag {
my ($msg, $chan) = @_;
my @tags = ($msg =~ /#([a-zA-Z0-9_-]+)/g);
commands::tag::exec($lastID->{$chan->[0]}, "@tags");
my $id = utils::id::get($chan->[0]);
commands::tag::exec($id, "@tags");
}
1;
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter