mIRC Home    About    Download    Register    News    Help

Print Thread
#212903 08/06/09 06:29 PM
P
Pheu
Pheu
P
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.

Joined: Feb 2003
Posts: 3,412
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,412
/help on text

if you look there you find what you need..

B
Buggs2008
Buggs2008
B
;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? }
 


Link Copied to Clipboard