From c6bec79acaed765ec4383409e74c84e348495635 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 24 Sep 2016 20:30:41 +0200 Subject: [PATCH] Ciao spaggia --- bot.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bot.py b/bot.py index 6295bc01..224b8c9b 100644 --- a/bot.py +++ b/bot.py @@ -466,6 +466,11 @@ def getrygimage(): sentin, source) +def ciaospaggia(): + # Buongiorno, stellina! + print("@" + username + ": /ciaospaggia") + telegram.sendmessage("Ma buongiorno, [Stellina](https://telegram.me/doom_darth_vader)!") + def smecds(): # Secondo me, รจ colpa... print("@" + username + ": /smecds") @@ -555,6 +560,8 @@ while True: getrygimage() elif text.startswith('/smecds'): smecds() + elif text.startswith('/ciaospaggia'): + ciaospaggia() else: print("@" + username + " bloccato.") except Exception as e: