mIRC Homepage
Trying to have a bot copy what a certain user says in one channel and post it into another. Is there a way to do this?
Code:
on *:text:*:#channel1: {
if ($nick == username) msg #channel2 $1-
}
© mIRC Discussion Forums