Connect to an IRC server and chat from a full-screen OpenComputers terminal client.
- Repository:
opencomputers - System:
opencomputers - Type:
command
OpenComputers/src\main\resources\assets\opencomputers\loot\irc\usr\bin\irc.lua
irc NICKNAME [SERVER[:PORT]]Open a TCP connection through the internet card, register the provided nickname, display server traffic in a scrolling full-screen interface, keep the last terminal line for user input, and translate common slash commands into IRC protocol messages.
NICKNAME: Nickname sent in the initialNICKandUSERregistration commands.SERVER[:PORT]: Optional IRC server address. Defaults toirc.esper.net:6667.
--motd: Display the server MOTD lines instead of suppressing them.
irc mynickConnect to the default server with nickname mynick.
irc mynick irc.libera.chat:6667Connect to a specific IRC server and port.
- Interactive slash commands implemented in the client include
/msg,/join,/me,/lua, and raw IRC commands entered as/COMMAND .... - The client beeps when an incoming message text contains your current nickname.