Code: Select all
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 ###
Code: Select all
set regg(Techer) {
"chan" "#computertech123"
"network" "Rizon"
highlight" 0
"log" "y"
"oper" "y"
"syn_topic" "y"
}
When you got this error, can you do a .set errorInfo ?ComputerTech wrote:getting this error on this other bots
<Techer> [07:53:47] Tcl error [::crelay::recv:otopic]: missing operator at _@_
<Techer> in expression "...:crelay::reg($frm_bot)_@_(oper) != "y" "
Code: Select all
if { $::crelay::reg($frm_bot)(oper) != "y" } { return 0; }