Listing Nicks

By Brandon on Feb 13, 2007

/listnicks

A popup window will popup type in the channel with the list of nicks you wanna spam and walla.

P.S ... i Was bored..

alias listnicks {
  unset %total
  set %count.nick 0
  set %total $nick(#,0)
  set %chan.msg $active
  set %chan.msg2 $??="channel with nicks"
  msg %chan.msg 7Current Proccess:14 Listing nicks on  $fade(%chan.msg2)  14....
  :start
  inc %count.nick
  if (%count.nick > %total) { halt }
  if ($nick(#,%count.nick) == $me) { goto start }
  else { msg %chan.msg $fade($nick(%chan.msg2,%count.nick)) | goto start }
}
alias fade { return 7 $+ $left($1,1) $+ 14 $+ $mid($1,2,$calc($len($1) - 2)) $+ 14 $+ $right($1,1) $+  }

Comments

Sign in to comment.
ChiefDean   -  Dec 19, 2009

Awesome, thats what i was looking for lol thanks

 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.