please help me... my bot send me on DCC chat
Code: Select all
<santi> [23:08] Tcl error [pub_1]: can't read "iyabib": no such variableCode: Select all
<santi> [23:08] Tcl error [pub_1]: can't read "iyabib": no such variableis there if it is. Change it tounbind dcc - tcl ...
Code: Select all
#unbind ...thanks sir.. i'll try itTCL_no_TK wrote:Check you eggdrop config file to see ifis there if it is. Change it tounbind dcc - tcl ...remenber the # And in dcc chat/telnet with your eggdrop. Post the output of the dcc/telnet command .set errorInfo (case is important)Code: Select all
#unbind ...
Code: Select all
[20:00] Tcl error [ctcpprot:check]: invalid command name "count_update"Code: Select all
[12:02] Tcl error [part_deauth]: wrong # args: should be "part_deauth nick uhost hand chan"Changesotengboy wrote:...Code: Select all
[20:00] Tcl error [ctcpprot:check]: invalid command name "count_update"
Code: Select all
newban $banhost "CTCP Protect Script" "$ctcpprot_banreason Received CTCP: $keyword [count_update 1] $logo" $ctcpprot_bantimeCode: Select all
newban $banhost "CTCP Protect Script" "$ctcpprot_banreason Received CTCP: $keyword $logo" $ctcpprot_bantimeI couldn't find this in the scripts mentioned are you sure its from one of them?sotengboy wrote: ...Code: Select all
[12:02] Tcl error [part_deauth]: wrong # args: should be "part_deauth nick uhost hand chan"
Code: Select all
proc part_deauth {nick uhost hand chan} {Code: Select all
proc part_deauth {nick uhost hand chan {msg ""}} { ;if {$msg == ""} {set msg "$nick"}