Op Halfop Voice Thanks and Counter V1.3

By Krobeluskill on Dec 03, 2006

Copy and Paste into Remotes and when you are voiced/halfopped/opped it will message the chan with "Thanks for the voice/halfop/op" and How many times you have been voiced/halfopped/opped.

;Status Counter Version 1.3
;By Krobeluskill

on *:op:#: { if ($opnick == $me) inc %opcount | msg $chan Thanks for the Op $nick $+ ! I have been Opped %opcount times!
else { halt }
}
on *:help:#: { if ($hnick == $me) inc %hcount | msg $chan Thanks for the Halfop $nick $+ ! I have been Halfopped %hcount times!
else { halt }
}
on *:voice:#: { if ($vnick == $me) inc %vcount | msg $chan Thanks for the Voice $nick $+ ! I have been Voiced %vcount times!
else { halt }
}

Comments

Sign in to comment.
A Lot of Numbers   -  Nov 28, 2007

It gets triggered off when anyone gets op/halfop/voice. <--- Still Happens:
(12:40:15) * [Tom] sets mode: +v Decimate
(12:40:15) <%[-Tom`MIRC-]> @ Thanks For The Voice [Tom]! I have been Voiced 8 times!

 Respond  
Noutrious   -  Jun 02, 2007
on *:op:#: { if ($opnick == $me) inc %opcount | msg # Thanks for the Op $nick $+ ! I have been Opped %opcount times!
on *:help:#: { if ($hnick == $me) inc %hcount | msg # Thanks for the Halfop $nick $+ ! I have been Halfopped %hcount times!
on *:voice:#: { if ($vnick == $me) inc %vcount | msg # Thanks for the Voice $nick $+ ! I have been Voiced %vcount times!

This is the most cleanest code, You don\'t need \"else\" if the only thing it does is halt\'s - it does by itself and mIRC has to read more for nothing. Hope You get it :)

 Respond  
Krobeluskill   -  Dec 08, 2006

Apoligies on incorrect code, I\'ve updated it to the correct one I hope.

 Respond  
Graham   -  Dec 06, 2006

It gets triggered off when anyone gets op/halfop/voice.

 Respond  
Setever   -  Dec 05, 2006

Very, Very simple script. You could\'ve expanded its thanks, so right now -- it\'s not much. But, nice simple job.

 Respond  
xDaeMoN   -  Dec 04, 2006

Yes, it is \'on help\' for half ops.

 Respond  
Marshtomp   -  Dec 04, 2006

forgive me if i\'m wrong, but its not on *:HELP:... I think its on halfop.

 Respond  
Krobeluskill   -  Dec 03, 2006

Changed

 Respond  
Noutrious   -  Dec 03, 2006

inc %hcount 1
inc %hcount
Don`t need the 1 if you want to increase it one time.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.