Update bot.lua
This commit is contained in:
parent
65313e24a4
commit
7ad83b335b
@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user