mIRC Home    About    Download    Register    News    Help

Print Thread
#18224 05/04/03 08:42 PM
Joined: Jan 2003
Posts: 39
Q
quiglag Offline OP
Ameglian cow
OP Offline
Ameglian cow
Q
Joined: Jan 2003
Posts: 39
How would I auto reply to this?

*joe slaps quiglag around a bit with a large trout then i would autoreply with something like <Quiglag> ouch that hurts

Thanks

#18225 05/04/03 08:45 PM
Joined: Dec 2002
Posts: 204
K
Fjord artisan
Offline
Fjord artisan
K
Joined: Dec 2002
Posts: 204
check out /help on text


keek: Scots - intr.v. keeked, keek·ing, keeks
To peek; peep.
#18226 05/04/03 09:14 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
/help on action


Code:
//if ( khaled isgod ) echo yes | else echo no
#18227 05/04/03 09:45 PM
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
Try this code it works with both Trout and Slaps

Code:
  [color:red]

on *:TEXT:*:#: {
  if ((*slap* isin $1- ) || (trout isin $1- ) &amp;&amp; ( $me isin $1- )) { msg # hey $nick Your vocabulary is to categorical for a person of my intellectual ability to comprehend! So if you mean to insinuate that I will tolerate your diabolical provications you are thoroughly mistaken! }
}
  [/color]  




Intelligence: It's better to ask a stupid question, then to prove it by not asking....
#18228 05/04/03 09:54 PM
Joined: Jan 2003
Posts: 39
Q
quiglag Offline OP
Ameglian cow
OP Offline
Ameglian cow
Q
Joined: Jan 2003
Posts: 39
Thanks for the help. smile

I had to change to TEXT to ACTION to get it to work.

#18229 05/04/03 10:12 PM
Joined: Jan 2003
Posts: 39
Q
quiglag Offline OP
Ameglian cow
OP Offline
Ameglian cow
Q
Joined: Jan 2003
Posts: 39
Is there a way to add a timer the script?

#18230 05/04/03 10:31 PM
Joined: Jan 2003
Posts: 87
T
Tat Offline
Babel fish
Offline
Babel fish
T
Joined: Jan 2003
Posts: 87
Code:
on *:ACTION:$(*slap* $+ $me $+ *trout*):#: .timer 1 5 msg # Hey $nick $+ $chr(44) your vocabulary is to categorical for a person of my intellectual ability to comprehend! So if you mean to insinuate that I will tolerate your diabolical provications you are thoroughly mistaken!


Changed TEXT to action. Moved wildcards into matching. I also thought (*slap* isin $1-) was an invalid unless there a slap that actually has the ** around it. Added Timer. Little punct.


Link Copied to Clipboard