1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00
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)