napa182 commented on a Page, How To Add Some Admin  -  Apr 22, 2010

PunkTuReD the a in ur $nick(#,0,a) the a = all

if the server uses users marks as ~ & @ % + then use $nick(#,0,&)
ex:

 on *:text:!admins:#: {
  var %a = 1, %admins
  while (%a <= $nick(#,0,&)) {
    %admins = %admins $+(%a,.,$nick(#,%a,&))
    inc %a 
  }
  msg # # Admins are: %admins 
}

or

 on *:text:!admins:#:msg # # Admins are: $regsubex($str(-,$nick(#,0,&)),/./g,\n. $nick(#,\n,&) $chr(32))

there are more ways to go about this as well...

 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.