mcbot/mcbot_shell.lua
changeset 66 d9c00a9fe9d5
parent 1 cca972635e5e
--- a/mcbot/mcbot_shell.lua	Sun Nov 25 19:29:32 2012 +0100
+++ b/mcbot/mcbot_shell.lua	Tue Nov 27 16:26:04 2012 +0100
@@ -1,5 +1,8 @@
 #! /usr/bin/env lua
 
+-- This is a small wrapper to call the mcabbot engine from a shell
+-- (i.e. without mcabber).
+
 require "mcbot_engine"
 
 local function mcbot_mainloop (BotName)