1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages/common/irssi.md
2021-08-15 19:59:09 +02:00

501 B

irssi

Text based IRC client. More information: https://irssi.org.

  • Open Irssi and connect to a server with a nickname:

irssi -n {{nickname}} -c {{irc.example.com}}

  • Open Irssi and connect with a specific server on a given port:

irssi -c {{irc.example.com}} -p {{port}}

  • View the help:

irssi --help

  • Join a channel:

/join {{#channelname}}

  • Change active window (starts at 1):

/win {{window_number}}

  • Exit the application cleanly and quitting any server(s):

/quit