From 2a9a8ea46b8d3e6ee7930e162e9c1c29619d9a23 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 30 Jun 2014 20:18:48 +0200 Subject: [PATCH] Well... that failed horribly --- shortutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shortutils.py b/shortutils.py index ffd0c38..d2e67cd 100755 --- a/shortutils.py +++ b/shortutils.py @@ -22,7 +22,7 @@ def make_cmd(cmd, txt): else: u = "" phenny.say(u + t) - m.commands = cmd + m.commands = [cmd] return m rtfm = make_cmd("rtfm", "someone thinks you should read the manual. The development wiki is at http://dev.minetest.net, the regular wiki is at http://wiki.minetest.net.")