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

short option for !get -all

parent 343e9f96
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -16,7 +16,7 @@ sub exec { ...@@ -16,7 +16,7 @@ sub exec {
# if we are in a query or arg -all, we search in all the channels # if we are in a query or arg -all, we search in all the channels
my $all = 0; my $all = 0;
$all = 1 if ($chan->[0] !~ /^#/ || $msg =~ s/-all//); $all = 1 if ($chan->[0] !~ /^#/ || $msg =~ s/-a(ll)?//);
my @tags = ($msg =~ /#([a-zA-Z0-9_-]+)/g); my @tags = ($msg =~ /#([a-zA-Z0-9_-]+)/g);
my $content; my $content;
......
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