Skip to content
Extraits de code Groupes Projets
Valider 29e70f9e rédigé par Loris TICHADOU's avatar Loris TICHADOU
Parcourir les fichiers

Update nardco.py

parent 97542267
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -328,7 +328,7 @@ class Boooob(ircbot.SingleServerIRCBot):
#serv.mode(canal, "+" + len(live)*'v' + " "+" ".join(live))
#serv.mode(canal, "+m")
elif cmd == "roll" && len(split) > 1:
elif cmd == "roll" and len(split) > 1:
content = split[1]
if len(content.split('d')) == 2 :
nbrDe = content.split('d')[0]
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter