diff --git a/plugins.py b/plugins.py index 4d60e9a..ea4c9ab 100644 --- a/plugins.py +++ b/plugins.py @@ -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)