ComputerTech wrote:Wanted to say thanks again CrazyCat for fixing the script but I would like to request a add on for it,
When I do !relay on on the channel it's on it will link the bots and when I do !relay off it will unlink the bots
Or even make a tiny script that does a command in the party line when I type a command in the channel would be awesome B)
(un)link the bots using a relay command seems irrelevant to me, but I could probably add a command to stop/start the relay on a linked eggdrop (stop/start the transmission/reception and listen for relay on/off command in botnet).
nobody wrote:the setup would be, they should be running on the same folder?
with different eggdrop config ( for diff network )?
You can have your eggdrops on different servers, the only 2 things you need are:
the eggdrops must be linked
the "config" part of chanrelay must be the same for each eggdrop (the better way is to copy your configured chanrelay.tcl to each scripts/ directory of all eggdrops in the relay).
set regg(Excalibur) {
"chan" "#eggdrop"
"network" "Zeolia"
"highlight" 0
"log" "y"
"oper" "y" ### THIS FLAG ###
"syn_topic" "y"
}
bind pub -|o "@topic" [namespace current]::trans:otopic ### most be known as op ###
is it possible with this script to relay only in one channel.
example:
network A to network B using the chanrelay script
for the channel activity, the activity is in network A and show to network B, however when network B have an activity it will not show to network A.
as of the moment, the scripts is both working with the channel activity on both channel in different networks.
/msg botnickserv recv pub off
/msg botnickserv recv act off
/msg botnickserv recv nick off
/msg botnickserv recv join off
/msg botnickserv recv part off
/msg botnickserv recv quit off
/msg botnickserv recv topic off
/msg botnickserv recv kick off
/msg botnickserv recv mode off
also so far crazycats chanrelay.tcl has a bug of Not saving the above settings so if you rehash the bot you'll need to do these again, he should have a fixed version soon (i hope )
so the hub bot can set +m on all the bots
but the other bots cant set any mode that normal?
slight problem when i do @topic all (new topic) it changes all the bots topic But it does this
* Tech has changed the topic to: yo
* Tech has changed the topic to: yo
* Tech has changed the topic to: yo
* Tech has changed the topic to: yo
* Tech has changed the topic to: yo
* Tech has changed the topic to: yo
* Tech has changed the topic to: yo
* Tech has changed the topic to: yo
over and over
any ideas why?
I add a small correction in 3.14.3 (https://gitlab.com/tcl-scripts/chanrelay)
Now, when an eggdrop receive a topic changement (using @topic or just beacause someone changes the topic on another linked channel), the topic bind is stopped for 10s.
though when I try to change "col_act" "lightred" to "col_act" "lightblue" it doesn't seem to take affect, am I doing it wrong? or is this a slight glitch?