Created
February 5, 2015 22:22
-
-
Save blissdev/f54a72f86bfc3d895c32 to your computer and use it in GitHub Desktop.
znc_smartos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=========================================================================== | |
The following directories are used by znc-1.0 and | |
have the wrong ownership and/or permissions: | |
/opt/local/etc/znc (m=755, o=root, g=root) | |
=========================================================================== | |
=========================================================================== | |
$NetBSD$ | |
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 | |
=========================================================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment