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

When we join a chan on invit, add it to the channels list

parent ce2dabbf
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -255,6 +255,8 @@ sub on_invite ...@@ -255,6 +255,8 @@ 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];
} }
# 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