Here your script still shows the messages in the statuswindow and not in the channel. What to do? smile
Code:
on !*^:nick:{
  var %i = 1
  while $comchan($newnick,%i) {
    echo $v1 15 $timestamp $nick Heet Nu $newnick
    inc %i
  }
  haltdef
}
on !*^:quit:{
  var %i = 1
  while $comchan($nick,%i) {
    echo $v1 15 $timestamp $nick <Message for quitting>
    inc %i
  }
  haltdef
}

I mean these scripts.

Last edited by deepee; 11/02/05 05:21 PM.