Menu Help commands V1.1

By Krobeluskill on Nov 16, 2006

When you first put this script into remotes you will have to reconnect for some commands to take effect. The menu commands are self-explanitory and a little access from menu nicklist.
Hope it helps.

More commands will be added as soon as I configure them.

;Menu Help Commands Version 1.1
;By Krobeluskill

On *:connect: { if (!%idpass) { set %idpass $$?*="Set your Password:" }
}
menu * {
 Nickserv
  .Nick : /nick $$?="Enter New Nick:"
  .Identify : /ns id %idpass
  .Register : /ns register $$?="Enter Nick:" $$?*="Enter Password:" $$?="Enter Email:" 
  .SetPass : set %idpass  $$?*="Enter new Password:" | /ns set password $$?*="Enter new Password:" 
  .Ghost : /ns ghost $$?="Enter Nick:" %idpass
  .Group : /ns group $$?="Enter Target Nick:" %idpass
 Chanserv
  .Join : /join # $+ $$?="Enter channel name (Without the #):
  .Register : /cs register $chan $$?="Enter Channel Password:" $$?="Enter Description"
  .SetPass : /cs set $chan $$?="Enter New Password"
  .Topic : /cs topic $chan $$?="Enter Topic"
  .Auto-Voice
   ..On : /cs levels $chan set autovoice 0
   ..Off : /cs levels $chan disable autovoice
  .Invite : /invite $$?="Enter Nick:" $chan
 Botserv
  .Botlist : /bs botlist
  .Assign : { set %botname $$?="Enter Botname:" | /bs assign $chan $$?="Enter Botname:" }
  .Unassign : { /bs unassign $chan %botname | unset %botname }
 Modes
  .+m (Mute) : /mode $chan +m
  .-m (Unmute) : /mode $chan -m
}
Menu nicklist {
 Access
  .Add : /cs access $chan add $$1 $$?="Enter level:"
  .Del : /cs access $chan del $$1
}

Comments

Sign in to comment.
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.