Irssi: Difference between revisions

From ICO wiki
Jump to navigationJump to search
(More content)
Line 1: Line 1:
The command line IRC client. Irssi is FOSS (licensed under the GPLv2) and is available for Linux, BSD, Solaris, Apple and Cygwin. It was developed by [https://en.wikipedia.org/wiki/Timo_Sirainen Timo Sirainen] and was released in the beginning of 1999.  
__NOTOC__
 
[[File:Irssi.png|thumb|right|alt=A screenshot of Irssi in action.|Irssi screenshot with /nick command entered.]]
 
'''The''' command line IRC client. That's it. Irssi is FOSS (licensed under the GPLv2) and is available for Linux, BSD, Solaris, Apple and [https://en.wikipedia.org/wiki/Cygwin Cygwin] (under Windows). It was developed by [https://en.wikipedia.org/wiki/Timo_Sirainen Timo Sirainen] and was released in the beginning of 1999.  


== Installing ==
== Installing ==
With apt <code>sudo apt-get install irssi</code>
With apt <code>sudo apt-get install irssi</code>


With other package managers, distros and platforms, see following link: [https://irssi.org/download/ Get Irssi]
It is rather light-weight, being only 2 392 kB on disk.
 
With other package managers, distros and platforms, see the following link: [https://irssi.org/download/ Get Irssi]
 
== Getting around ==
 
Connect to rajaniemi.freenode.net -- the closest freenode IRC server and join #itcollege channel. Not an issue nowadays, but imagine being stuck on a 56 kB modem with top speeds through dial-up and the copper wire are about 12 kB, maxing out at 30 kB, if local.
 
===Connecting===
 
<code>/connect server-address</code> where server address is, well, alphanumeric server address.
 
===Name===
 
Your default nickname (under Ubuntu) will be your username. You can change it by entering <code>/nick your-new-username</code>
 
You should register your username if you plan staying for longer and don't want anyone to abuse it by messaging NickServ <code>/msg nickserv REGISTER <password> <email></code>
 
===Chat rooms===
 
*To list all chat rooms type <code>/list</code> Might not be a good idea to do, considering there are about 12 000 channels. To search for a specific channel might be more useful to search via browser or know beforehand where you want to connect to.
 
*Joining you can omit the number sign (#) <code>/join itcollege</code>
 
*Away message: <code>/away msg</code>
 
*Quit message, like in the good old Quake III: <code>/quit quitmsg</code>


== Setting up ==
Connect to rajaniemi.freenode.net -- the closest freenode IRC server and join #itcollege channel.
[[File:Irssi.png|thumb|right|alt=A screenshot of Irssi in action.|Irssi screenshot with /nick command entered.]]


==References==
==References==
Line 17: Line 45:


https://en.wikipedia.org/wiki/Timo_Sirainen
https://en.wikipedia.org/wiki/Timo_Sirainen
https://en.wikipedia.org/wiki/Cygwin
http://www.irchelp.org/irchelp/irctutorial.html
At the time of writing a [http://blog.freenode.net/2016/02/recent-events-and-future-changes/ post has appeared on freenode staff blog] rendering their [http://freenode.net/faq.shtml FAQ page] unusable.

Revision as of 17:40, 19 February 2016


A screenshot of Irssi in action.
Irssi screenshot with /nick command entered.

The command line IRC client. That's it. Irssi is FOSS (licensed under the GPLv2) and is available for Linux, BSD, Solaris, Apple and Cygwin (under Windows). It was developed by Timo Sirainen and was released in the beginning of 1999.

Installing

With apt sudo apt-get install irssi

It is rather light-weight, being only 2 392 kB on disk.

With other package managers, distros and platforms, see the following link: Get Irssi

Getting around

Connect to rajaniemi.freenode.net -- the closest freenode IRC server and join #itcollege channel. Not an issue nowadays, but imagine being stuck on a 56 kB modem with top speeds through dial-up and the copper wire are about 12 kB, maxing out at 30 kB, if local.

Connecting

/connect server-address where server address is, well, alphanumeric server address.

Name

Your default nickname (under Ubuntu) will be your username. You can change it by entering /nick your-new-username

You should register your username if you plan staying for longer and don't want anyone to abuse it by messaging NickServ /msg nickserv REGISTER <password> <email>

Chat rooms

  • To list all chat rooms type /list Might not be a good idea to do, considering there are about 12 000 channels. To search for a specific channel might be more useful to search via browser or know beforehand where you want to connect to.
  • Joining you can omit the number sign (#) /join itcollege
  • Away message: /away msg
  • Quit message, like in the good old Quake III: /quit quitmsg


References

https://irssi.org/

https://en.wikipedia.org/wiki/Irssi

https://en.wikipedia.org/wiki/Timo_Sirainen

https://en.wikipedia.org/wiki/Cygwin

http://www.irchelp.org/irchelp/irctutorial.html

At the time of writing a post has appeared on freenode staff blog rendering their FAQ page unusable.