mIRC Home    About    Download    Register    News    Help

Print Thread
#101547 25/10/04 04:15 PM
Joined: Oct 2004
Posts: 1
0
0megear Offline OP
Mostly harmless
OP Offline
Mostly harmless
0
Joined: Oct 2004
Posts: 1
Hi all !

Well, i I would like to know what is the command for answer automatically somone who say "Hi" or "Hello"

I would like to have an auto-reply smile
(on Public channel, not on PM)

Thank you smile

#101548 25/10/04 04:24 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
You could use something like:

on *:text:*:#channel:{
if ((hi isin $1-) || (hello isin $1-)) {
msg # hi $nick
}
}


here is a very similar thread, you may want to read that for some more info.

Regards,


Mentality/Chris

Link Copied to Clipboard