mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 03:36:47 -04:00
Update irc.lua
This commit is contained in:
parent
40cc1be25a
commit
b22af6a55b
@ -414,7 +414,7 @@ local result, reason = pcall(function()
|
|||||||
print("No default target set. Use /msg or /join to set one.")
|
print("No default target set. Use /msg or /join to set one.")
|
||||||
line = ""
|
line = ""
|
||||||
else
|
else
|
||||||
line = "PRIVMSG " .. target .. " :\001ACTION\001 " .. line
|
line = "PRIVMSG " .. target .. " :\001ACTION\001 " .. line:sub(5)
|
||||||
end
|
end
|
||||||
elseif line:sub(1, 1) == "/" then
|
elseif line:sub(1, 1) == "/" then
|
||||||
line = line:sub(2)
|
line = line:sub(2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user