Note:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Irssi"
Jump to navigation
Jump to search
m (Added package to the category "IRC") |
Threesixes (talk | contribs) 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. | ||
== Install == | |||
<console>###i## emerge irssi</console> | |||
== 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 | |||
{{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