Update linkedGet.lua
This commit is contained in:
parent
ec9444f0a0
commit
99494f5744
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ end
|
|||
function handleMessage(msg)
|
||||
if message == "help" then
|
||||
return success
|
||||
elif message == "rain"
|
||||
elseif message == "rain" then
|
||||
return success
|
||||
else
|
||||
return fail
|
||||
|
|
Loading…
Reference in a new issue