Menu For Chanserv and Nickserv Commands

By appledells on Mar 29, 2009

This Is the second script i made enjoy it :-) . I am not very good at scripting yet so this is my 2nd one

menu * {
  Join / Part / Quit
  .Join Channel :/join $$?="Channel"
  .Part $chan :/part $chan $$?="Reason-Leaving :"
  .Quit : /quit $$?="Reason-For-Quit :"
  Nickserv Commands
  .Identify:/msg nickserv identify $$?="Password :" 
  .Logout :/msg NickServ logout
  .Drop Nick:/msg NickServ  DROP $nick
  .add accsess : /msg NickServ  ACCESS ADD $$?="type user@host"
  . Set New Password:/msg NickServ  SET PASSWORD $$?="New-Password :"
  Chanserv Commands
  .Register $chan:/msg chanserv register $chan $$?="Password-For-Chanel :" $$?="Description :"
  .Drop $chan: /msg chanserv drop $chan
  .Identify $chan:/msg chanserv identify $chan $$?="Room-Password :" 
  .Set Founder Nick:/msg chanserv set $chan Founder $$?="Nick You Want Founder As :"
  .Keep Topic $chan:/msg ChanServ  SET $chan KEEPTOPIC $$?="type On or Off"
  Ban/Unban/Kick Nicks
  .Akick $chan:/msg chanserv akick $chan add $$?="Nickname-or-ip:" $$?="Reason:"
  .Kick $chan:/kick $chan $$?="Nickname" $$?="Reason :"
  .Regular Ban:/mode $chan +b $$?="Nickname or Ip :"
  .Delete akick $chan:/msg chanserv akick $chan del $$?="Nickname or Ip :"
  .Delete Regular Ban:/mode $chan -b $$?="Nickname or Ip :"
  ..ban type
  ..0 ban in the form *!user@host:/msg ChanServ  SET $chan BANTYPE 0
  ..1 ban in the form *!*user@host:/msg ChanServ  SET $chan BANTYPE 1
  ..2 ban in the form *!*@host:/msg ChanServ  SET $chan BANTYPE 2
  ..3 ban in the form *!*user@*.domain:/msg ChanServ  SET $chan BANTYPE 3
}

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.