Simple /everyone

By PoiXon on Mar 30, 2005

the first one went weird and it has no name =S, type /everyone and it will tell u everyone thats online, and it tells u how many people there are online :)

alias Everyone {
  window @People
  set -u6 %raw on
  who
  haltdef 
}
raw 352:*: {
  if (%raw == on) {
    echo @People 4 $+ $6 2Is Online
    inc %countish
  }
}
raw 315:*: {
  if (%raw == on) {
    echo @People 2 There Is4 %countish 2people online
    unset %countish
  }
}

Comments

Sign in to comment.
Whitey   -  Jul 06, 2005

/raw who

 Respond  
Krusi`   -  Apr 01, 2005

You don\'t get the nicks with \"/lusers\" ...

 Respond  
DarthReven   -  Mar 30, 2005

/lusers

 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.