Update irc.lua

This commit is contained in:
Josh 2014-04-24 11:05:10 +01:00
parent 40cc1be25a
commit b22af6a55b

View File

@ -414,7 +414,7 @@ local result, reason = pcall(function()
print("No default target set. Use /msg or /join to set one.")
line = ""
else
line = "PRIVMSG " .. target .. " :\001ACTION\001 " .. line
line = "PRIVMSG " .. target .. " :\001ACTION\001 " .. line:sub(5)
end
elseif line:sub(1, 1) == "/" then
line = line:sub(2)