Top

User Statistics v1.5

Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Mar 31, 2008
Last Updated  Apr 01, 2008
Tags  bot  info  script  stats  user 

Introduction

This is a script i have been working on on and off. Its meant or a bot, but it can be used by yourself it you dont with to use it, otherwise it will need an on *:INPUT: portion to the script

It basically takes basic statistics on users. To see the info you type !info <user>

also takes info in the channel

!info <channel>

Tell me what you think, and if you think i should expand to it ex: ops, deops, and such

please let me know if you find mistakes

PePSiMaN

Grab the Code

Comments

  (5)  RSS
HoNdAx707
Comments: 59
 
mIRC Snippet:  User Statistics v1.5
Posted on Apr 1, 2008 2:47 am
i belive instead of all the if ($blah(blah,blah) = $null) {
you can do if (!$blah(blah,blah)) {
Noutrious
Comments: 340
 
mIRC Snippet:  User Statistics v1.5
Posted on Apr 1, 2008 10:43 am
HoNdAx707, not always.. if there could be 0 as the $blah(blah,blah), it will not work with !$blah(blah,blah), but will with $blah(blah,blah) = $null
jonesy44
Comments: 681
 
mIRC Snippet:  User Statistics v1.5
Posted on Apr 1, 2008 11:22 am
"if (!var) {" is if the variable is non-existent,
"if (var == $null) {" is if the variable is non-existent or equal to 0
xDaeMoN
Comments: 696
 
mIRC Snippet:  User Statistics v1.5
Posted on Apr 1, 2008 11:54 am
@ jonesy44, you have it the other way around.
HoNdAx707
Comments: 59
 
mIRC Snippet:  User Statistics v1.5
Posted on Apr 1, 2008 12:58 pm
i learn something new ;p

Please Register or Login to start posting comments.
Bottom