Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Package:Znc
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