Difference between revisions of "Package:Irssi"

From Funtoo
Jump to navigation Jump to search
m (Added package to the category "IRC")
m (import gentoo commits)
Line 7: Line 7:
irssi is an command line IRC client based on ncurses.
irssi is an command line IRC client based on ncurses.


Look at the [http://www.irssi.org/documentation documentation] to learn how to use it.
== Install ==
<console>###i## emerge irssi</console>


Possible USE-flags:
== Using irssi ==
* ipv6
* to connect
* perl
/connect irc.freenode.net
* proxy
 
* ssl
* to set a user name
* selinux
/nick newuser
* socks5
 
* to join a channel
/j #funtoo
 
* to exit
/exit
 
 
== External Resources ==
http://www.irssi.org/documentation documentation


{{PageNeedsUpdates}}
{{PageNeedsUpdates}}
{{EbuildFooter}}
{{EbuildFooter}}
[[Category:IRC]]
[[Category:IRC]]

Revision as of 01:06, October 3, 2014

Irssi

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

irssi is an command line IRC client based on ncurses.

Install

root # emerge irssi

Using irssi

  • to connect

/connect irc.freenode.net

  • to set a user name

/nick newuser

  • to join a channel

/j #funtoo

  • to exit

/exit


External Resources

http://www.irssi.org/documentation documentation