mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2014
Posts: 1
T
Mostly harmless
OP Offline
Mostly harmless
T
Joined: Jul 2014
Posts: 1
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?

Joined: Dec 2013
Posts: 779
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 779
Code:
on *:text:*:#channel1: {
if ($nick == username) msg #channel2 $1-
}


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net

Link Copied to Clipboard