diff --git a/pages/common/irssi.md b/pages/common/irssi.md index 1de3147ba..a21ec2201 100644 --- a/pages/common/irssi.md +++ b/pages/common/irssi.md @@ -1,6 +1,6 @@ # irssi -> Text based IRC client since 1999. See also: https://irssi.org +> Text based IRC client since 1999. See also: https://irssi.org for full documentation. - Open irssi and connect to a server with a nickname: @@ -10,18 +10,18 @@ `irssi -n {{nickname}} -c {{server.name.com}} -p {{port}}` -- View the help +- View the help: `irssi --help` -- Join a channel +- Join a channel: `/join {{#channelname}}` -- Change active window with /win +- Change active window (starts at 1): `/win {{window_number}}` -- Exit the application cleanly and quitting any server(s) +- Exit the application cleanly and quitting any server(s): `/quit`