Fast Channel Stats
Please Register to submit score.
| Average Score | 0.0 |
| Scores Submitted | 0 |
| Date Added | Jan 06, 2008 |
| Last Updated | Jan 06, 2008 |
| Tags | bans channel chstats excepts halfops info invites modes ops regular statistics stats voices |
Introduction
Right click to channel --> Fast Stats about ...
mIRC Snippet:
Fast Channel Stats
Posted on Jan 7, 2008 1:50 pm
Posted on Jan 7, 2008 1:50 pm
i think is better that way:
alias chstats {
echo -a $chr(160)
echo -a $chr(149) $+ $active Info
echo -a $str($chr(160),5) Ops: $opnick($active,0)
echo -a $str($chr(160),5) Halfops: $hnick($active,0)
echo -a $str($chr(160),5) Voices: $vnick($active,0)
echo -a $str($chr(160),5) Regular: $nvnick($active,0)
echo -a $str($chr(160),5) All: $nick($active,0)
echo -a $str($chr(160),5) Bans: $ibl($active,0)
echo -a $str($chr(160),5) Excepts: $iel($active,0)
echo -a $str($chr(160),5) Invites: $iil($active,0)
echo -a $str($chr(160),5) Modes: $chan($active).mode
echo -a $chr(149) End $+ $active Info
echo -a $chr(160)
}
menu channel {
Fast Stats about $active :/chstats
}
alias chstats {
echo -a $chr(160)
echo -a $chr(149) $+ $active Info
echo -a $str($chr(160),5) Ops: $opnick($active,0)
echo -a $str($chr(160),5) Halfops: $hnick($active,0)
echo -a $str($chr(160),5) Voices: $vnick($active,0)
echo -a $str($chr(160),5) Regular: $nvnick($active,0)
echo -a $str($chr(160),5) All: $nick($active,0)
echo -a $str($chr(160),5) Bans: $ibl($active,0)
echo -a $str($chr(160),5) Excepts: $iel($active,0)
echo -a $str($chr(160),5) Invites: $iil($active,0)
echo -a $str($chr(160),5) Modes: $chan($active).mode
echo -a $chr(149) End $+ $active Info
echo -a $chr(160)
}
menu channel {
Fast Stats about $active :/chstats
}
mIRC Snippet:
Fast Channel Stats
Posted on Jan 9, 2008 9:42 pm
Posted on Jan 9, 2008 9:42 pm
well, both of them works ;)
but thanks
but thanks




