Difference between revisions of "Package:Znc"

From Funtoo
Jump to navigation Jump to search
(initial commit)
(No difference)

Revision as of 03:35, June 7, 2015

Znc

   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.

Znc is an advanced internet relay chat (IRC) bouncer/proxy/relay. Znc can be used to run irc as a service in the background so closing terminals, and restarting X do not result in join/part messages to IRC channels you're chatting in.

Install

To add init.d scripts:

root # echo "net-irc/znc daemon" >> /etc/portage/package.use/znc

For sasl authentication:

root # echo "net-irc/znc sasl" >> /etc/portage/package.use/znc
root # emerge net-irc/znc