mIRC Home    About    Download    Register    News    Help

Print Thread
#40946 10/08/03 04:07 PM
Joined: Aug 2003
Posts: 136
Vogon poet
OP Offline
Vogon poet
Joined: Aug 2003
Posts: 136
ON !*:op:#: {
$opnick == $me
}
{
msg $chan Thank you for the @ $nick
}
I tried with if and then and it doesnt work out and this way will thank the bot when other ppl are opped too. If you could help which i know you can It would be greatly appreciated


In Virginia, chickens cannot lay eggs before 8:00 a.m., and must be done before 4:00 p.m.
#40947 10/08/03 04:12 PM
Joined: Apr 2003
Posts: 300
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Apr 2003
Posts: 300
on *:op:#: {
if ($opnick == $me) {
msg $chan Thnakyou for the @ $nick
}
}

it works for me


Liek OMG Yuo Stoleded my MageHurtzzzz!!!11
#40948 10/08/03 04:15 PM
Joined: Aug 2003
Posts: 136
Vogon poet
OP Offline
Vogon poet
Joined: Aug 2003
Posts: 136
Thank you


In Virginia, chickens cannot lay eggs before 8:00 a.m., and must be done before 4:00 p.m.

Link Copied to Clipboard