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

Update nardco.py

parent c83a43fb
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -243,6 +243,9 @@ class Boooob(ircbot.SingleServerIRCBot): ...@@ -243,6 +243,9 @@ class Boooob(ircbot.SingleServerIRCBot):
serv.privmsg(canal, serv.privmsg(canal,
("Commandes disponibles :{0}").format(', '.join(cmds))) ("Commandes disponibles :{0}").format(', '.join(cmds)))
elif cmd == "ecole" : elif cmd == "ecole" :
if len(args) > 1 :
serv.privmsg(canal, "Oui, vous êtes bien à l'{}".format(ensiee(args[1])))
else :
serv.privmsg(canal, "Oui, vous êtes bien à l'{}".format(ensiee())) serv.privmsg(canal, "Oui, vous êtes bien à l'{}".format(ensiee()))
elif cmd == "ffs" : elif cmd == "ffs" :
......
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