That video is private.

This may work better:

Code:
on me:*:join:#chan:{
  write -c names.txt
}

raw 353:& & #chan *:{
  write names.txt $replace($4-,$chr(32),$crlf)
}

Last edited by Loki12583; 25/01/14 02:50 PM.