Hopefully last change to high-five catcher
This commit is contained in:
parent
1710a64304
commit
77be29f362
1
init.lua
1
init.lua
@ -71,6 +71,7 @@ function parsemsg(nick,chan,message)
|
|||||||
print("No longer left hanging.")
|
print("No longer left hanging.")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
if message:find("o/ * \\o") ~= nil and nick == "Shocky" then leftHanging = {0, false} end
|
||||||
if string.find(message,":") == 1 then
|
if string.find(message,":") == 1 then
|
||||||
local command = message:sub(2) .. " "
|
local command = message:sub(2) .. " "
|
||||||
if command == "" then return end
|
if command == "" then return end
|
||||||
|
Loading…
Reference in New Issue
Block a user