Hi all.
Irssi is not very difficult to be configured but it takes time.
Here is a pre-configured config file. Place it in Your ~/.irssi/ folder replacing the current file. Edit few lines. Start irssi. Enjoy.
If You don’t know how to save and replace the config file run this command in the terminal:
cd ~/.irssi/ && mv ./config ./config.backup && wget -c http://andrzejl.cyryl.net/WoTW/WoTW_files/Irssi%20Config/config && kwrite ~/.irssi/config
Now when kwrite
opens go to View in the menu bar and click on Show line numbers. Now edit the lines and close kwrite
window. Choose yes when asked do You want to save the file.
The lines that need to be edited:
6 – change this line to Your Freenode password
80-82 – edit / delete entries if You don’t want to autojoin or want to autojoin different channels.
251-253 – have to be edited as well. Real name. Username. Nick.
All the rest can be edited as well if You know what You are doing but those indicated lines have to be changed.
If You are interested in configuring Irssi You may want to read this topics as well:
Adding and running Irssi perl scripts. [Nicklist.pl]
Adding and running Irssi perl scripts. [ShortenURL.pl]
Andy