
irssi
List of commands for irssi:
-
irssi:tldr:0f4b0 irssi: Open Irssi and connect with a specific server on a given port.$ irssi -c ${irc-example-com} -p ${port}try on your machineexplain this command
-
irssi:tldr:32150 irssi: Change active window (starts at 1).$ /win ${window_number}try on your machineexplain this command
-
irssi:tldr:5c732 irssi: Open Irssi and connect to a server with a nickname.$ irssi -n ${nickname} -c ${irc-example-com}try on your machineexplain this command
-
irssi:tldr:a042d irssi: Join a channel.$ /join ${#channelname}try on your machineexplain this command
-
irssi:tldr:e066a irssi: Exit the application cleanly and quitting any server(s).$ /quittry on your machineexplain this command