Top

op counter/thanker


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  1.0
Scores Submitted  2
Date Added  Jun 07, 2008
Last Updated  Jun 07, 2008
Tags  na 
  Bookmark and Share

Introduction

I created with help of another op counter on here

Grab the Code

Comments

  (2)  RSS
vaseline28
Comments: 154
 
mIRC Snippet:  op counter/thanker
Posted on Jun 9, 2008 1:12 am
You need to add an "}" right at the end else your script will try to run your next "on" event
Noutrious
Comments: 355
 
mIRC Snippet:  op counter/thanker
Posted on Jun 9, 2008 1:29 am
Code:
on *:op:#: { if ($opnick == $me) { Inc %OPCount | msg $chan Thanks $nick   ! I have been oped %OPCount times } }

It should look like this to work..

Please Register or Login to start posting comments.
Bottom