Meh... I figured that out bot now I am given this error: [07:06] Tcl error in script for 'timer1': [07:06] syntax error in expression "$nickonchan =< $requirement && [string equal -nocase $::botn...": extra tokens at end of expression On the if: } elseif {$nickonchan =< $requiremen...
Well... Another error :P [17:04] Tcl error in file 'eggdrop.conf': [17:04] wrong # args: should be "proc name args body" while executing "proc invites:joinmsg {nick uhost hand chan} { global requirement set nickonchan [llength [chanlist $chan]] if {$nickonchan < $requirement} { p...&q...
Well, I did update the script after intending it. bind raw - INVITE invites:join proc invites:join {from key arg} { set chan [string range [lindex [split $arg] 1] 1 end] set chans [llength [split [channels]]] set nick [lindex [split $from !] 0] if {$chans == 30} { putquick "NOTICE $nick :This b...
bind raw - INVITE invites:join proc invites:join {from key arg} { set chan [string range [lindex [split $arg] 1] 1 end] set chans [llength [split [channels]]] set nick [lindex [split $from !] 0] if {$chans == 30} { putquick "NOTICE $nick :This bot is currently full, searching for other bots.&q...
Well.. I got that working now, but it now gives me this: [15:35] can't read "chans": no such variable while executing "if {$chans >= 5} { if {[string equal -nocase $::botnick $nick]} { putquick "PRIVMSG $chan :\00302BoomBot v1.9 by \00307Red_Rooste5" return } }" (file &...