This commit is contained in:
urlbot
2015-06-18 13:51:50 +02:00
parent 598ab0cd02
commit 9354993bed

View File

@@ -182,7 +182,7 @@ def parse_slash_me(**args):
]
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)