User Tools

Site Tools


irc_channel_auto-connection_with_irssi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
irc_channel_auto-connection_with_irssi [2021/03/20 05:56] – created hc9irc_channel_auto-connection_with_irssi [2021/03/20 18:24] (current) hc9
Line 3: Line 3:
 This tutorial explains how to configure the [[http://irssi.org/|Irssi ("the client of the future")]] IRC client to automatically connect to one or more channels when run. This tutorial explains how to configure the [[http://irssi.org/|Irssi ("the client of the future")]] IRC client to automatically connect to one or more channels when run.
  
-|**1**|Invoke Irssi from the shell:|+  - Invoke Irssi from the shell: <code> 
 +$ irssi 
 +</code> 
 +  - After Irssi starts, enter the following commands: <code> 
 +/network add sdf 
 +/server add -auto -network sdf irc.sdf.org 
 +/channel add -auto #sdf sdf 
 +</code> 
 +    - (You may add other //channels((See [[irc_channels_on_sdf|IRC Channels on SDF]].))//. Channel ''#helpdesk'' is added automatically.) 
 +  - Quit Irssi: <code> 
 +/quit 
 +</code> 
 +  - Invoke Irssi again: <code> 
 +$ irssi 
 +</code> 
 +    - (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 (''Ctrl-n'', ''Ctrl-p''). 
 +  - Save the Irssi channel window configuration<code> 
 +/layout save 
 +</code> 
 +  * If you experience trouble, it may help to reset your Irssi configuration by deleting or renaming the file ''~/.irssi/config''.
  
-  $ irssi+**Notes**
  
-|**2**|After Irssi starts, enter the following commands:+  <del>See [[http://sdf.org/?tutorials/irc-channels|IRC Channels on SDF]].</del>
- +
-  /network add sdf +
-  /server add -auto -network sdf irc.sdf.org +
-  /channel add -auto #sdf sdf +
- +
-(You may add other //channels((See [[http://sdf.org/?tutorials/irc-channels|IRC Channels on SDF]].))//. Channel ''#helpdesk'' is added automatically.) +
- +
-|**3**|Quit Irssi:| +
- +
-  /quit +
- +
-|**4**|Invoke Irssi again:| +
- +
-  $ irssi +
- +
-(Irssi runs and automatically connects to the channels you defined in 2.) +
- +
-|**5**|Select the channel you want to see first when Irssi starts by cycling through the channel windows (''Ctrl-n'', ''Ctrl-p'').| +
-|**6**|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 "~/.irssi/config"+
- +
-===== Notes ===== +
- +
-  - See [[http://sdf.org/?tutorials/irc-channels|IRC Channels on SDF]].+
  
 $Id: irssi-auto.html,v 1.3 2015/04/11 18:27:05 papa Exp $ [[http://sdf.org/?tutorials/irssi-auto|IRC Channel Auto-Connection with Irssi]] - traditional link (using [[wp>Revision_Control_System|RCS]]) $Id: irssi-auto.html,v 1.3 2015/04/11 18:27:05 papa Exp $ [[http://sdf.org/?tutorials/irssi-auto|IRC Channel Auto-Connection with Irssi]] - traditional link (using [[wp>Revision_Control_System|RCS]])
  
irc_channel_auto-connection_with_irssi.1616219783.txt.gz · Last modified: 2021/03/20 05:56 by hc9