Difference between pages "User talk:Causes" and "Package:Irssi"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
m (import gentoo commits)
 
Line 1: Line 1:
{{BsPanel|title=[[User:Pytony|Pytony]] ([[User talk:Pytony|talk]])|body=
{{Ebuild
Hi Causes, thanks for contributing :) Please consider using the file template instead of <nowiki><console>nano some_file</console></nowiki>. Thanks.
|Summary=A modular textUI IRC client with IPv6 support.
|CatPkg=net-irc/irssi
|Maintainer=
|Homepage=http://www.irssi.org/
}}
}}
irssi is an command line IRC client based on ncurses.


{{BsPanel|title=[[User:Pytony|Pytony]] ([[User talk:Pytony|talk]]) 18:58, 2 October 2014 (UTC)|body=
== Install ==
Hi again. You can use [[Template:!|this workaround template <nowiki>{{!}}</nowiki>]] to render pipes instead of encompass a whole file content in <nowiki><nowiki></nowiki> tags which remove syntactic coloration.
<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}}
{{EbuildFooter}}
[[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