Well... that failed horribly

master
sfan5 2014-06-30 20:18:48 +02:00
parent 567a0872d2
commit 2a9a8ea46b
1 changed files with 1 additions and 1 deletions

View File

@ -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.")