diff -r 2cefbe9f3ac6 -r d9c00a9fe9d5 mcbot/mcbot_shell.lua --- 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)