mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
cleanup
This commit is contained in:
@@ -182,7 +182,7 @@ def parse_slash_me(**args):
|
|||||||
]
|
]
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'msg': args['reply_user'] + ': %s' % (random.sample(me_replys, 1)[0])
|
'msg': args['reply_user'] + ': %s' % random.choice(me_replys)
|
||||||
}
|
}
|
||||||
|
|
||||||
#@pluginfunction('dummy_parser', 'dummy_parser desc', ptypes_PARSE)
|
#@pluginfunction('dummy_parser', 'dummy_parser desc', ptypes_PARSE)
|
||||||
|
|||||||
Reference in New Issue
Block a user