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.
eggdrop-znc-management/README.md

34 lines
1.1 KiB
Markdown
Raw Normal View History

2014-09-20 00:40:24 +02:00
eggdrop-znc-management
======================
management script for znc using an eggdrop
2014-09-20 00:52:50 +02:00
<b>1. Preperation of Eggdrop</b>
Change in $eggdropdir/src/eggdrop.h the line with "#define HANDLEN 9" to your Network Nicklength or higher
than (re)compile your bot sources
<b>2. Requirements</b>
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.
<b>3. Installation</b>
copy the script to your eggdrops scriptdir.
create every existing ZNC user using .+user zncusername
2014-09-22 09:03:55 +02:00
(to stop overwriting an ZNC account)
2014-09-20 00:52:50 +02:00
change the settings inside script (please don't 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
To administrate your ZNC you have to set userflag +Y for all you ZNC users please set +Z. (so maybe you could share but not recommented)
2014-09-20 00:52:50 +02:00