mIRC Homepage
Posted By: Pheu How to create a auto-reply? - 08/06/09 06:29 PM
How to create auto-responses on my irc bot.

For example, someone says: "Hi Bot" in the chat room and answer bot
automatically "Hi, you okay?".

But several phrases.
Posted By: sparta Re: How to create a auto-reply? - 08/06/09 09:14 PM
/help on text

if you look there you find what you need..
Posted By: Buggs2008 Re: How to create a auto-reply? - 18/06/09 05:49 PM
;The Request:
;For example, someone says: "Hi Bot" in the chat room and answer bot automatically "Hi, you okay?".

;Exception: But several phrases.

Code:
 
on *:TEXT:*ENTER YOUR PHRASE HERE*:#: { msg # Hi, you okay? }
 
© mIRC Discussion Forums