From 603791b7bbaf0ef92407bcad7c2c73cca819a34c Mon Sep 17 00:00:00 2001 From: Thorsten S Date: Mon, 21 Dec 2015 17:17:37 +0100 Subject: [PATCH] Revert "add more stupid" This reverts commit 76ebe762bf6f43dec5eba2c0e054fe47c3a6872f. --- plugins.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/plugins.py b/plugins.py index 87e5d8d..de15733 100644 --- a/plugins.py +++ b/plugins.py @@ -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']