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

Revert "Uh, che venga scritto qualcosa, ogni tanto..."

This reverts commit b366849eb1.
This commit is contained in:
Steffo 2015-09-01 18:03:27 +02:00
parent b366849eb1
commit cb18facb59

View file

@ -91,7 +91,6 @@ def sendMessage(content, to, da):
'chat_id': to, #L'ID della chat a cui mandare il messaggio, Royal Games: -2141322
'text': content, #Il messaggio da mandare
}
print(content);
#Antispam: manda il messaggio solo se l'ultimo messaggio è diverso da quello che deve mandare ora.
global lastmsg
if(lastmsg != content):