mIRC Home    About    Download    Register    News    Help

Print Thread
#212903 08/06/09 06:29 PM
Joined: May 2009
Posts: 8
P
Pheu Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
P
Joined: May 2009
Posts: 8
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,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
/help on text

if you look there you find what you need..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Oct 2007
Posts: 214
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Oct 2007
Posts: 214
;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