Update bot.lua

This commit is contained in:
murcat 2015-02-12 18:01:04 +00:00
parent 65313e24a4
commit 7ad83b335b

View File

@ -73,7 +73,7 @@ function do_action(msg)
end end
-- We can't do anything -- We can't do anything
if msg.text == nil return false end if msg.text == nil then return false end
msg.text = do_lex(msg, text) msg.text = do_lex(msg, text)