Top

Join Counter


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  count  join 
  Bookmark and Share

Introduction

I created this Join counter, it should count how ever many channels you join. I'm not sure if it works fully because I only got it to work in one chan. Please help!!

Grab the Code

Comments

  (5)  RSS
pokemaster23
Comments: 55
 
mIRC Snippet:  Join Counter
Posted on Jun 7, 2008 2:39 pm
Please comment and help! Be harsh.
EL
Comments: 1,400
 
mIRC Snippet:  Join Counter
Posted on Jun 7, 2008 2:51 pm
/me is harsh nah jk as it is its counting every channel you join maybe try to make count every time you join separate channels using ini files.`-.-ยด
pokemaster23
Comments: 55
 
mIRC Snippet:  Join Counter
Posted on Jun 7, 2008 2:57 pm
Rofl. But seriously, it was just boredom, I wasn't even sure what I was making until it was done o.o
pokemaster23
Comments: 55
 
mIRC Snippet:  Join Counter
Posted on Jun 7, 2008 2:58 pm
And I guess I wanted it to count all channel joins, and not just seperate joins.
Noutrious
Comments: 355
 
mIRC Snippet:  Join Counter
Posted on Jun 9, 2008 1:19 am
Code:
on *:JOIN:#:if ($nick = $me) && (%jc) inc %joins
menu status,channel {
  Join Counter
  .Stats:$iif($chan,msg $chan,echo -at) ** You have joined $iif(%joins,$v1,0) channels.
  .$iif(%jc,$style(1)) Enabled:set %jc $iif(%jc,0,1)
}

Don't claim this as yours, but take example from this code.

Please Register or Login to start posting comments.
Bottom