Guest User

Untitled

a guest
Dec 8th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.76 KB | None | 0 0
  1. on *:text:!count*:#: {
  2.   set %opnick $opnick($chan,0)
  3.   set %hnick $hnick($chan,0)
  4.   set %vnick $vnick($chan,0)  
  5.   set %total $nick(#,0)
  6.   set %unranked $calc(%total - %opnick - %hnick - %vnick)
  7.  
  8.   notice $nick 14Op dit moment zitten er:10 %total 14mensen in $chan , waarvan10 %opnick 14ops,10 %hnick 14halfops,10 %vnick 14voices en10 %unranked 14mensen zonder rank.
  9. }
  10.  
  11.  
  12. on *:text:@count*:#: {
  13.   set %opnick $opnick($chan,0)
  14.   set %hnick $hnick($chan,0)
  15.   set %vnick $vnick($chan,0)  
  16.   set %total $nick(#,0)
  17.   set %unranked $calc(%total - %opnick - %hnick - %vnick)
  18.  
  19.   msg $chan 14Op dit moment zitten er:10 %total 14mensen in $chan , waarvan10 %opnick 14ops,10 %hnick 14halfops,10 %vnick 14voices en10 %unranked 14mensen zonder rank.
  20. }
Add Comment
Please, Sign In to add comment