parse nonexistent domain

This commit is contained in:
Thorsten
2016-01-12 22:48:16 +01:00
parent 58d29db600
commit 32bb49cc7c

View File

@@ -839,3 +839,5 @@ def isdown(argv, **args):
return {'msg': '{}: {} looks down'.format(args['reply_user'], url)}
elif "is up" in response:
return {'msg': '{}: {} looks up'.format(args['reply_user'], url)}
elif "site on the interwho" in response:
return {'msg': '{}: {} does not exist, you\'re trying to fool me?'.format(args['reply_user'], url)}