znc-buildmod

Development files needed to compile ZNC modules

Install

All systems
curl cmd.cat/znc-buildmod.sh
Debian Debian
apt-get install znc-dev
Ubuntu
apt-get install znc-dev
Alpine
apk add znc
Arch Arch Linux
pacman -S znc
image/svg+xml Kali Linux
apt-get install znc-dev
Fedora
dnf install znc-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install znc-dev
OS X
brew install znc
Raspbian
apt-get install znc-dev
Docker
docker run cmd.cat/znc-buildmod znc-buildmod powered by Commando

znc-devel

Development files needed to compile ZNC modules

znc-dev

advanced modular IRC bouncer (development headers)

znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. This package contains the znc development headers for developing modules.

znc

advanced modular IRC bouncer

znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features.