Hi, need help with this it gives me an error on partyline: [23:39:42] Tcl error [ctcp_repeat]: invalid command name "ctcp_repeat" set repeat_msg { "Kick message 1" "Kick message 2" } set repeat_time 0 set repeat_chans "#" bind pubm - * pubm_repeat bind ctcp - ...
Hello sir caesar, i am encountering an error on the script this is what appear on the partyline: <eggdrop> [14:56:21] Tcl error [registered:first]: can't read "user": no such variable <eggdrop> [14:56:21] Tcl error [registered:match]: can't read "user": no such variable
Hello someone can help me how to halt or pause the script when there is a netsplit? Because the autovoice of registered nick script i'm using is mass voicing all registered nick after a netsplit. Thanks in advance.
Hello sir with the help of speechles the error found on this part: bind mode - "MODE" raw:modeCheck and now the script is working but opposite of what i requested: User sets mode +m User sets mode -m Eggdrop sets mode +m User sets mode +M User sets mode -M Eggdrop sets mode +M It keep the ...
Is this the huge chunk of code are you referring sir nml375? set lockModes "mRsC" bind raw - "MODE" raw:modeCheck proc raw:modeCheck {from key text} { set nick [lindex [split $from "!"] 0] #Sanity check if {[isbotnick $nick]} { return 0 } set items [split $text] set loc...
Yep sir but i don't understand the code you provide how to make it works and i just make a script that i think on that flow i could understand i hope you help me sir with something like that or do i have to make it a new topic.
It seems i'm having difficulty how to do that thing i just made something like this but just wanted to know you sir if this is correct: set timechks 30 timer $timechks snowbotchk proc snowbotchk {} { global timechks foreach chan [channels] { if {[botisop $chan] && [isbotnick $nick] &&...
Hello sir i add this script of into my bot bind raw - "MODE" raw:noticeMode proc raw:noticeMode {from key text} { set nick [lindex [split $from "!"] 0] set handle [nick2hand $nick] set channel [lindex [split $text] 0] #Don't bug owners or bots if {![matchattr $handle "+nb&qu...