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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user