Nicklist Popups

By Foamy on Nov 11, 2005

nicklist popups. put into your remotes section

 menu nicklist { 
   Info
  .Nickname $chr(160) $$1:halt
  .Hostname $chr(160) $remove($address($$1,2),*!*@):halt
  .Idle $chr(160) $duration($nick($chan,$$1).idle):halt
  .-
  .UCentral:uwho $$1
  .DNS:.dns $$1
  .Trace:trace $$1
  .Userhost:userhost $$1
  Notice
  .Private:notice.p $$1 $$?="Send a notice to $$1 :"
  $iif($me !isop #,$style(2)) Op: {
    if ($1 isop #) { tokenize 44 $1- | mode # -oooooooooooooooooooo $1-20 }
    else { tokenize 44 $1- | mode # +oooooooooooooooooooo $1-20 }
  }
  $iif($me !isop #,$style(2)) Voice: {
    if ($1 isvo #) { tokenize 44 $1- | mode # -vvvvvvvvvvvvvvvvvvvv $1-20 }
    else { tokenize 44 $1- | mode # +vvvvvvvvvvvvvvvvvvvv $1-20 }
  }
  $iif($me !isop #,$style(2)) -o+v:mode $chan -o+v $1 $1
-
  .Timed Bans
  ..Specified:{
    set %tis.ban $?="Seconds For Ban :"
    ban -u $+ %tis.ban $$1 3
    kick $chan $$1 %tis.ban Secs Ban -
    unset %tis.ban
  }
-
   ..Op - Deop
  ...Op:chanserv op # $$1
  ...Deop:chanserv deop # $$1
  ..SOP
  ...Add:/chanserv sop # add $$1
  ...Del:/chanserv sop # del $$1
  ..AOP
  ...Add:/chanserv aop # add $$1
  ...Del:/chanserv aop # del $$1
-
}

Comments

Sign in to comment.
Foamy   -  Nov 11, 2005

thnx

 Respond  
IcEs^   -  Nov 11, 2005

I like it

 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.