Join Counter

By pokemaster23 on Jun 07, 2008

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!!

Created by Pokemaster23/Artemis_Fowl
irc.bitsjointirc.net

------------------------------------

on 1:join:#: {
  If ($nick == $Me) {  
    inc %JoinCount
    Msg $chan 09,01 I have joined %JoinCount channels. 
  }
}

Comments

Sign in to comment.
Noutrious   -  Jun 09, 2008
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.

 Respond  
pokemaster23   -  Jun 07, 2008

And I guess I wanted it to count all channel joins, and not just seperate joins.

 Respond  
pokemaster23   -  Jun 07, 2008

Rofl. But seriously, it was just boredom, I wasn\'t even sure what I was making until it was done o.o

 Respond  
EL   -  Jun 07, 2008

/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.`-.-´

 Respond  
pokemaster23   -  Jun 07, 2008

Please comment and help! Be harsh.

 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.