mIRC Homepage
Posted By: qwopqwop Responding to certain user - 05/03/13 06:24 PM
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
Posted By: sparta Re: Responding to certain user - 05/03/13 08:33 PM
Code:
on *:text:*:#: {
  if ($nick == john) { msg $chan hi john }
}

ALT + R in mirc and paste it there.
Posted By: qwopqwop Re: Responding to certain user - 05/03/13 10:27 PM
Not working eek

Edit: Had remote off. It works, thanks!
Posted By: sparta Re: Responding to certain user - 05/03/13 10:40 PM
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.
© mIRC Discussion Forums