[Home]
-
[Project Page]
ZNC - An advanced IRC bouncer
Main Features
- Detaching - ZNC will stay on IRC even while you are offline.
- Multiple Users - You can add additional users under one running process. Useful for public shells that limit background processes.
- Playback Buffers - Stay up-to-date with what happened while you were detached.
- SSL - Encryption for both the listen port and connecting to IRC servers.
- DCC Bouncing - Transparent bouncing for DCC anonymity.
- C++ Modules - Dynamically loaded shared objects. Just derive from CModule and overload any needed functions such as OnPrivMsg(). IRC scripting in C++, what could be better than that?
- shell - Have your unix shell in a query window right inside of your IRC client.
- savebuff - Saves your channel buffers into an encrypted file so they can survive restarts and reboots.
- email - Monitors email activity on local disk /var/mail/user
- schat - SSL (encrypted) DCC chats.
- watch - Monitor activity for specific text patterns from specific users and have the text sent to a special query window.
- custom - Write your own modules to do whatever you want.
Using ZNC