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

Update nardco.py

parent 83bac755
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -260,8 +260,8 @@ class Boooob(ircbot.SingleServerIRCBot):
dead = cleanlist[len(liste)//2 + 1 :]
pp = dead[random.randint(0,len(dead) - 1)]
ts = live[random.randint(0,len(live) - 1)]
serv.nick('{0}{1}_'.format(pp[0],pp[2:] )
serv.privmsg(canal, "I don't feel so good mr {0}{1}".format(ts[0],ts[2:])
serv.nick('{0}{1}_'.format(pp[0],pp[2:] ))
serv.privmsg(canal, "I don't feel so good mr {0}{1}".format(ts[0],ts[2:]))
serv.nick('nardco')
serv.privmsg(canal, "Vivants : {0}".format(", ".join(live) ))
serv.privmsg(canal, "Morts : {0}".format(", ".join(dead) ))
......
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