mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 11:15:12 -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.")
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user