Visitor counter
Platform: mIRC
Published Jun 17, 2008
Updated Jun 18, 2008
This was actually a request from one of the *people* in the channel that used my Request a Script "
http://www.hawkee.com/snippet/4541/ " and I pretty much posted it here, since I wasn't going to use it, and for him to get his hands on........I know it's pretty basic, and even the most *beginners of* scriptor could've made this, but whatever, it's not like I'm going to make something more complicated than it should be. I seriously don't think this is the best thing I've done....no way is this getting a 10....
on *:JOIN:#:{
if (%a [ $+ [ $nick ] ]) { halt }
inc %a | notice $nick You are visitor number %a $+ , just thought I'd point that out | set %a [ $+ [ $nick ] ]
}