Okay... Thanks alot for your help both of you smile hope to see you on mirc sometime...


BTW you forgot
Code:
on *:part:#:{
   [color:red] if ($nick == $me) {  [/color]
    unset $+(%,topic_,$chan)
  }
}

on *:quit:{
   [color:red] if ($nick == $me) {  [/color]
    unset %topic_* 
  }
}