Hopefully last change to high-five catcher

This commit is contained in:
Izaya 2016-01-07 23:20:13 +11:00
parent 1710a64304
commit 77be29f362
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ function parsemsg(nick,chan,message)
print("No longer left hanging.")
end
end
if message:find("o/ * \\o") ~= nil and nick == "Shocky" then leftHanging = {0, false} end
if string.find(message,":") == 1 then
local command = message:sub(2) .. " "
if command == "" then return end