mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
add doc
This commit is contained in:
@@ -186,3 +186,10 @@ def resolve_url_title(**args):
|
|||||||
'msg': out
|
'msg': out
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@pluginfunction('doctor', 'parse doctor', ptypes.PARSE, ratelimit_class=RATE_FUN | RATE_GLOBAL)
|
||||||
|
def parse_doctor(**args):
|
||||||
|
if 'doctor' in args['data'].lower() or 'doktor' in args['data'].lower():
|
||||||
|
return {
|
||||||
|
'msg': 'ELIMINIEREN! ELIMINIEREN!'
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user