1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 21:44:21 +00:00

Migliorato il codice di roll

This commit is contained in:
Steffo 2016-09-24 20:34:27 +02:00
parent c6bec79aca
commit ffad6ec91a

5
bot.py
View file

@ -258,12 +258,12 @@ def roll():
cmd = text.split(' ', 1) cmd = text.split(' ', 1)
# Se è stato specificato un numero # Se è stato specificato un numero
if len(cmd) >= 2: if len(cmd) >= 2:
if cmd[1] == "tm":
telegram.sendmessage("TM è così grassa che se la lanci rotola!", sentin, source)
# Controlla che sia convertibile in un intero. # Controlla che sia convertibile in un intero.
try: try:
m = int(cmd[1]) m = int(cmd[1])
except ValueError: except ValueError:
if cmd[1] == "tm":
telegram.sendmessage("TM è così grassa che se la lanci rotola!", sentin, source)
else: else:
telegram.sendmessage(chr(9888) + " Il numero specificato non è un intero.", sentin, source) telegram.sendmessage(chr(9888) + " Il numero specificato non è un intero.", sentin, source)
return return
@ -471,6 +471,7 @@ def ciaospaggia():
print("@" + username + ": /ciaospaggia") print("@" + username + ": /ciaospaggia")
telegram.sendmessage("Ma buongiorno, [Stellina](https://telegram.me/doom_darth_vader)!") telegram.sendmessage("Ma buongiorno, [Stellina](https://telegram.me/doom_darth_vader)!")
def smecds(): def smecds():
# Secondo me, è colpa... # Secondo me, è colpa...
print("@" + username + ": /smecds") print("@" + username + ": /smecds")