hello i der im a new user of tcl and i dont know what does dis means [00:24] Tcl error [replychan]: wrong # args: should be "string option arg ?arg ...?"
and here is the source problems
proc replychan {nick uhost hand chan rest} {
global botnick repchan
foreach targchan $repchan {if {[string match *[string tolower $targchan]* [string tolower $chan]]} {append reps "$chan $rest" ; replyuser $nick $uhost $hand $reps ; return 0}}
hello bro thanks for the reply but still it doesnt work i have the same problem
Tcl error [replychan]: wrong # args: should be "string option arg ?arg ...?"
and here is the source problems
proc replychan {nick uhost hand chan rest} {
global botnick repchan
foreach targchan $repchan {if {[string match *[string tolower $targchan]* [string tolower $chan]]} {append reps "$chan $rest" ; replyuser $nick $uhost $hand $reps ; return 0}}