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

Merge branch 'master' into 'master'

Gdoc alignements

See merge request tichadou2015/nardco!2
parents 1a6228b1 b2932e13
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -301,7 +301,7 @@ class Boooob(ircbot.SingleServerIRCBot): ...@@ -301,7 +301,7 @@ class Boooob(ircbot.SingleServerIRCBot):
cmds = [ cmds = [
'help', 'bdsm', 'haddock', 'useless', 'quizz', 'ecole', 'ffs', 'thanos', 'chuck', 'roll', 'rateau', 'viieux', 'help', 'bdsm', 'haddock', 'useless', 'quizz', 'ecole', 'ffs', 'thanos', 'chuck', 'roll', 'rateau', 'viieux',
'kohlanta', 'new', 'del', 'get', 'debat', 'pipo', 'np', 'commit', 'zertyu', 'getsub', 'reddit', "gratuit", "pacho" 'kohlanta', 'new', 'del', 'get', 'debat', 'pipo', 'np', 'commit', 'zertyu', 'getsub', 'reddit', "gratuit", "pacho", "alignements"
] ]
most_likely = (cmd, 0) most_likely = (cmd, 0)
...@@ -348,6 +348,10 @@ class Boooob(ircbot.SingleServerIRCBot): ...@@ -348,6 +348,10 @@ class Boooob(ircbot.SingleServerIRCBot):
sent_message = "Et dire que ca faisait seulement " + convert_seconds_to_days(int(difference)) + " que Pacho n'avait pas fait d'allusions" sent_message = "Et dire que ca faisait seulement " + convert_seconds_to_days(int(difference)) + " que Pacho n'avait pas fait d'allusions"
serv.privmsg(canal, sent_message) serv.privmsg(canal, sent_message)
elif cmd == "alignements" :
sent_message = "GDoc des alignements disponible ici : https://ar1.se/aligne (waouh un ar1.se)"
serv.privmsg(canal, sent_message)
elif cmd == "haddock": elif cmd == "haddock":
serv.privmsg(canal, haddock()) serv.privmsg(canal, haddock())
......
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