mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 19:25:20 -04:00
Update irc.lua
This commit is contained in:
parent
892c6f1588
commit
40cc1be25a
@ -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 .. " :\x01ACTION\x01 " .. line
|
||||
line = "PRIVMSG " .. target .. " :\001ACTION\001 " .. line
|
||||
end
|
||||
elseif line:sub(1, 1) == "/" then
|
||||
line = line:sub(2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user