1fb033e97d
ZNC is an advanced IRC bouncer with IPv6 and SSL support. This package is _almost_ complete. This means: I am building packages using NetBSD-6.0.1-amd64. So far, i've been unable to enable python support for znc, using pkgsrc or not. Actually, it fails in 2 ways: 1) it does not pass the configure stage with only PKG_OPTIONS.znc+=python, you'd have to specify at least 1 other option. 2) even using two PKG_OPTIONS, the build always fails like this: Compiling modpython/znc.pyc... Shared object "libpython3.1.so.1.0" not found gmake[1]: *** [modpython/znc.pyc] Error 1 I was hoping that through exposing this package to a greater audience, these issues maybe get addressed quicker.
29 lines
1 KiB
Text
29 lines
1 KiB
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2013/03/29 21:17:02 florian-geiges Exp $
|
|
|
|
ZNC - An advanced IRC bouncer with IPv6 and SSL support
|
|
|
|
Add the following to /etc/rc.conf:
|
|
<snip>
|
|
# ZNC IRC bouncer
|
|
znc=YES
|
|
znc_user="znc"
|
|
</snip>
|
|
|
|
Each ZNC user can connect to several IRC networks, though you'll need to
|
|
connect your IRC client to ZNC several times. You can later change settings
|
|
(add more users, tune existing ones, etc.) via the web interface or from
|
|
IRC. Configure your IRC client to connect to your ZNC server.
|
|
|
|
It's a good idea to use username/network:password as the password in your
|
|
client, so that (even for broken clients) ZNC can figure out which user you
|
|
are connecting as. Read the FAQ if you run into any problems. Feel free to
|
|
ask on IRC if you need more help.
|
|
Enjoy! (Profit?)
|
|
|
|
- http://wiki.znc.in/ZNC
|
|
- http://wiki.znc.in/FAQ
|
|
- http://wiki.znc.in/Configuration
|
|
- irc://irc.freenode.net/znc
|
|
|
|
===========================================================================
|