thank u very mutch now it's work finespeechles wrote:Change both occurences of this line to the one below:Code: Select all
if {($nick == $inick) && ($chan == $ichan)} {
Code: Select all
if {[string match -nocase $nick $inick] && [string match -nocase $chan $ichan]} {