Merge pull request #63 from murcat/patch-1

Update bot.lua
This commit is contained in:
Yago 2015-02-12 19:22:23 +01:00
commit c7403b0ced

View File

@ -73,7 +73,7 @@ function do_action(msg)
end
-- 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)