mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 19:25:20 -04:00
removed debug print from irc.lua
This commit is contained in:
parent
717aaa3e78
commit
d7fcbd9c38
@ -164,7 +164,6 @@ local function handleCommand(prefix, command, args, message)
|
|||||||
sock:write("NOTICE " .. name(prefix) .. " :\001VERSION Minecraft/OpenComputers Lua 5.2\001\r\n")
|
sock:write("NOTICE " .. name(prefix) .. " :\001VERSION Minecraft/OpenComputers Lua 5.2\001\r\n")
|
||||||
sock:flush()
|
sock:flush()
|
||||||
elseif string.find(message, "\001PING") then
|
elseif string.find(message, "\001PING") then
|
||||||
print("NOTICE " .. name(prefix) .. " :" .. message .. "\001\r\n")
|
|
||||||
sock:write("NOTICE " .. name(prefix) .. " :" .. message .. "\001\r\n")
|
sock:write("NOTICE " .. name(prefix) .. " :" .. message .. "\001\r\n")
|
||||||
sock:flush()
|
sock:flush()
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user