id 9 is a combo , and has a text "all" added to it when $chan(0) is more than 0
on *:PART:#: {
if $dialog(search) {
if ($didwm(search,9,$chan)) {
did -d seeker 9 $ifmatch
if ($chan(0) == 0) { did -r search 9 }
}
}
if the parting channel resulted in $chan(0) = 0, all text should be remove frm id 9-combo. However, the "all" text still remain. As i insert the "all" text in line 1, using did -d search 9 1 cant delete it! What's wrong?