From 351bfd36ac35e89494d696987486e093425371f0 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Tue, 29 Oct 2013 13:04:27 +0100 Subject: [PATCH] [client] BD DC --- today.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/today.py b/today.py index 26c3e2b..c3f3629 100755 --- a/today.py +++ b/today.py @@ -270,6 +270,9 @@ def update_cyprien(newid): def update_grenier(newid): update_last_seen({"grenier" : int(newid)}) +def update_jl8(newid): + update_last_seen({"dc" : int(newid)}) + THINGS = { "dtc" : u"Quotes DTC", @@ -282,6 +285,7 @@ THINGS = { "norman" : u"Vidéos de Norman", "cyprien" : u"Vidéos de Cyprien", "grenier" : u"Épisodes du joueur du grenier", + "dc" : u"Épisodes de la BD youngDC", "birthdays" : u"Anniversaires à souhaiter", "saints" : u"Fêtes à souhaiter", @@ -419,6 +423,7 @@ OTHER_ACTIONS = { "norman" : update_norman, "cyprien" : update_cyprien, "grenier" : update_grenier, + "dc" : update_jl8, "dtc" : get_dtc, "ping" : ping, -- 2.39.2