This repository has been archived on 2022-09-23. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sheogorath-SI 01be996306 Adding znc.tcl
There are much untested thing in there... tests and updates will come soon. the whole file was written in round about 4hours +3hours bugfixing and testing... will be extended soon.
2014-09-20 00:56:39 +02:00
LICENSE Initial commit 2014-09-20 00:40:24 +02:00
README.md Update README.md 2014-09-20 00:52:50 +02:00
znc.tcl Adding znc.tcl 2014-09-20 00:56:39 +02:00

eggdrop-znc-management

management script for znc using an eggdrop

1. Preperation of Eggdrop

Change in $eggdropdir/src/eggdrop.h the line with “#define HANDLEN 9” to your Network Nicklength or higher than (re)compile your bot sources

2. Requirements

A eggdrop bot which is connected to your irc network via ZNC On ZNC the modules controlpanel and blockuser must be loaded installed and working sendmail on bothost

Your Eggdrop should not share his userlist with another eggdrop which is not administrating your (same) ZNC Server.

3. Installation

copy the script to your eggdrops scriptdir. create every existing ZNC user using .+user zncusername (to stop overriding an ZNC account)

change the settings inside script (please dont modify to much sources. If you have feature requests, no problem, tell it to me)

load the script inside your eggdrop conf using source scripts/znc.tcl