mIRC Home    About    Download    Register    News    Help

Print Thread
#240909 05/03/13 06:24 PM
Joined: Feb 2013
Posts: 4
Q
Self-satisified door
OP Offline
Self-satisified door
Q
Joined: Feb 2013
Posts: 4
I was wondering if there is a way I can respond to a certain user with the same message every time they say something. Thanks in advance.

Ex:

john: hey
me: hi john
john: how's it going?
me: hi john
john: ok?
me: hi john

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Code:
on *:text:*:#: {
  if ($nick == john) { msg $chan hi john }
}

ALT + R in mirc and paste it there.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Feb 2013
Posts: 4
Q
Self-satisified door
OP Offline
Self-satisified door
Q
Joined: Feb 2013
Posts: 4
Not working eek

Edit: Had remote off. It works, thanks!

Last edited by qwopqwop; 05/03/13 10:40 PM.
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Did you place that in the remote section? press on your keyboard ALT +R, it should work. Also make shure you dont have any other on text events abow the one i gave you.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard