Forrest logo
back to context overview

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 machine
    explain this command
  • irssi:tldr:32150 irssi: Change active window (starts at 1).
    $ /win ${window_number}
    try on your machine
    explain this command
  • irssi:tldr:37f4b irssi: View the help.
    $ irssi --help
    try on your machine
    explain 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 machine
    explain this command
  • irssi:tldr:a042d irssi: Join a channel.
    $ /join ${#channelname}
    try on your machine
    explain this command
  • irssi:tldr:e066a irssi: Exit the application cleanly and quitting any server(s).
    $ /quit
    try on your machine
    explain this command
back to context overview