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
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
mIRC Snippet:
User Statistics v1.5
Posted on Apr 1, 2008 2:47 am
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)) {
you can do if (!$blah(blah,blah)) {
mIRC Snippet:
User Statistics v1.5
Posted on Apr 1, 2008 10:43 am
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
mIRC Snippet:
User Statistics v1.5
Posted on Apr 1, 2008 11:22 am
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
"if (var == $null) {" is if the variable is non-existent or equal to 0
mIRC Snippet:
User Statistics v1.5
Posted on Apr 1, 2008 11:54 am
Posted on Apr 1, 2008 11:54 am
@ jonesy44, you have it the other way around.
mIRC Snippet:
User Statistics v1.5
Posted on Apr 1, 2008 12:58 pm
Posted on Apr 1, 2008 12:58 pm
i learn something new ;p






