Could beautify it some more:
Code:
on *:text:*:#: sc
on *:action:*:#: sc
on *:notice:*:#: sc
alias -l sc {
  if ($window(@singlechannel)) { 
   echo -bcfilmrt $event @singlechannel $chan -> $messagestyle($event) $1- 
  }
}

Last edited by Tomao; 20/03/11 06:09 AM.