Hey all.
I've written a script which echo's everything said from one channel to another. However, I want to display EVERYTHING, ie - joins/quits/parts/bans/etc.
How would I modify this script to show it?
ON *:TEXT:*:#chan1:msg #chan2 8[14 $nick 8]0 :: $1-
I know its a matter of changing the *:TEXT:* bit, but I am not sure of the value's and format of it.
Thanks for the help guys