Awesome! will try it as soon as i can dudeCrazyCat wrote:ComputerTech, can you use https://gitlab.com/tcl-scripts/chanrela ... ebug_topic and after the bug occured, send me the chanrelay.log file ?
Think to set debug to 1 in chanrelay
Code: Select all
vbottree
sender (1.9.1.2)
`--reader (1.9.1.2)
Average hops: 1.0, total bots: 2
Code: Select all
variable regg
set regg(sender) {
"chan" "#chan1"
"network" "Irc1"
"highlight" 0
"log" "y"
"oper" "y"
"syn_topic" "y"
"col_act" "lightred"
"col_jpq" "lightblue"
"col_mode" "green"
"usermask" "<%nick%@%network%>"
}
set regg(reader) {
"chan" "#chan2"
"network" "Irc2"
"highlight" 0
"oper" "y"
}
<admin> rc.debug 1
-reader- Debug mode is actually setted to 0
CrazyCat wrote:Can you re-source the script from one eggdrop (.tcl source scripts/chanrelay.tcl) and copy here the messages and errors you get ?
Code: Select all
.tcl source scripts/spy/sen.tcl
[13:53:47] CHANRELAY 4.00 by CrazyCat loaded - https://www.eggdrop.fr
Tcl:
CrazyCat wrote:Your configuration seems ok to me, I need more informations.
Other thing to check: version of msgcat (.tcl package require msgcat)
Code: Select all
.tcl package require msgcat
Tcl: 1.6.1
Thank you for your help.CrazyCat wrote:Did you upload the crtools/ directory in your scripts/spy/ directory ? And your eggdrops can write in it ?
Edit You can activate the debug in the script but you'll have to delete the eggdrop.chanrelay.db files before reload the script