irc_channel_auto-connection_with_irssi
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
irc_channel_auto-connection_with_irssi [2021/03/20 05:56] – created hc9 | irc_channel_auto-connection_with_irssi [2024/09/05 00:23] (current) – re” hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== IRC Channel Auto-Connection with Irssi ====== | ||
+ | |||
+ | This tutorial explains how to configure the [[http:// | ||
+ | |||
+ | - Invoke Irssi from the shell: < | ||
+ | $ irssi | ||
+ | </ | ||
+ | - After Irssi starts, enter the following commands: < | ||
+ | /network add sdf | ||
+ | /server add -auto -network sdf irc.sdf.org | ||
+ | /channel add -auto #sdf sdf | ||
+ | </ | ||
+ | - (You may add other // | ||
+ | - Quit Irssi: < | ||
+ | /quit | ||
+ | </ | ||
+ | - Invoke Irssi again: < | ||
+ | $ irssi | ||
+ | </ | ||
+ | - (Irssi runs and automatically connects to the channels you defined in **2**.) | ||
+ | - Select the channel you want to see first when Irssi starts by cycling through the channel windows ('' | ||
+ | - Save the Irssi channel window configuration: | ||
+ | /layout save | ||
+ | </ | ||
+ | * If you experience trouble, it may help to reset your Irssi configuration by deleting or renaming the file '' | ||
+ | |||
+ | **Notes** | ||
+ | |||
+ | - < | ||
+ | |||
+ | $Id: irssi-auto.html, | ||