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

Revert "add more stupid"

This reverts commit 76ebe762bf.
This commit is contained in:
Thorsten S
2015-12-21 17:17:37 +01:00
parent 76ebe762bf
commit 603791b7bb

View File

@@ -1055,15 +1055,6 @@ def flausch(argv, **args):
'msg': '{}: *flausch*'.format(argv[1])
}
@pluginfunction('whosyourdaddy', "special request", ptypes_PARSE, ratelimit_class=RATE_FUN)
def whosyourdaddy(**args):
if 'who\'s your daddy?' in args['data']:
return {
'msg': '{}!'.format(args['reply_user'])
}
@pluginfunction('resolve-url-title', 'extract titles from urls', ptypes_PARSE, ratelimit_class=RATE_URL)
def resolve_url_title(**args):
user = args['reply_user']