mcbot/cmds/misc.lua
changeset 21 bc5d611e6d6f
parent 20 d6c602aaa231
child 33 50aa4b0d63c1
--- a/mcbot/cmds/misc.lua	Thu Apr 15 20:28:34 2010 +0200
+++ b/mcbot/cmds/misc.lua	Thu Apr 15 20:56:25 2010 +0200
@@ -34,11 +34,3 @@
 end
 
 mcbot_register_command("date", date)
-
-
-local help = { ["desc"] = "Display the available commands" }
-function help.cmd (args)
-    return "I can't help you, buddy"
-end
-
-mcbot_register_command("help", help)