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

bug fix on invit

parent 9bbda470
Branches
Étiquettes
Aucune requête de fusion associée trouvée
...@@ -256,7 +256,7 @@ sub on_invite ...@@ -256,7 +256,7 @@ sub on_invite
$log->info($nick . " m'invite sur ". $chan); $log->info($nick . " m'invite sur ". $chan);
$irc->yield(join => $chan); $irc->yield(join => $chan);
push @channels, $chan->[0]; unshift @channels, $chan->[0];
} }
# Quand un user parle # Quand un user parle
......
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