Fast Channel Stats

By [DX] on Jan 06, 2008

Copy to remote!

Right click to channel --> Fast Stats about ...

alias chstats {
  echo -a $chr(160)
  echo -a $chr(149)  $+ $1- Info
  echo -a $str($chr(160),5) Ops: $opnick($1-,0)
  echo -a $str($chr(160),5) Halfops: $hnick($1-,0)
  echo -a $str($chr(160),5) Voices: $vnick($1-,0)
  echo -a $str($chr(160),5) Regular: $nvnick($1-,0)
  echo -a $str($chr(160),5) All: $nick($1-,0)
  echo -a $str($chr(160),5) Bans: $ibl($1-,0)
  echo -a $str($chr(160),5) Excepts: $iel($1-,0)
  echo -a $str($chr(160),5) Invites: $iil($1-,0)
  echo -a $str($chr(160),5) Modes: $chan($1-).mode
  echo -a $chr(149) End  $+ $1- Info
  echo -a $chr(160)
}
menu channel { 
  Fast Stats about $active :/chstats $active 
}

Comments

Sign in to comment.
[DX]   -  Jan 09, 2008

well, both of them works ;)
but thanks

 Respond  
G13AoUsTiS   -  Jan 07, 2008

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
}

 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.