1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

"skynet" reaction added

This commit is contained in:
urlbot
2014-09-24 23:23:00 +02:00
parent e6950657b8
commit 5302fd6eca

View File

@@ -202,6 +202,10 @@ def parse_other(data):
if ratelimit_exceeded():
return False
chat_write('''Multiple exclamation/question marks are a sure sign of mental disease, with %s as a living example.''' % reply_user)
elif 'skynet' in data.lower():
if ratelimit_exceeded():
return False
chat_write('''I'm an independent bot and have nothing to do with other artificial intelligence systems!''')
return True