This package browser is in early development. Mind the rough edges.

znc

IRC network bouncer

ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.

Installation

Install the latest version of znc as follows:

guix install znc

Or install a particular version:

guix install znc@1.10.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of znc about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/znc'><img src='https://packages.guix.gnu.org/packages/znc/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/znc/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/znc)

Example Org:

[[https://packages.guix.gnu.org/packages/znc][https://packages.guix.gnu.org/packages/znc/badges/latest-version.svg]]