ControL

By LiquidJesus on Jun 10, 2006

Enjoy :)

;Maker : SL
;help : goedes@webmail.co.za nomad.blabber.net #slc
;date : 06/10/06
;Web : http://ScriptorZ.cjb.net
menu channel,nicklist {
  >.< Channel >.<
  .Channel Info:/msg chanserv info #
  .Channel Regester:/msg chanserv register # $?*="Please Enter Your Password" $?="Please Put a description of # In here"
  .Identify As Owner:/msg chanserv identify # $?*="Please Enter Your Password"
  .Change Channel Password:/msg chanserv set # $?*="Please Enter Your Old Password" $?*="Please Enter Your New Password"
  .Set Channel 
  ..Founder:/msg chanserv set # founder $$1
  ..Successor:/msg chanserv set #  successor $$1
  ..URL:/msg chanserv set # URL <enter homepage addy>
  ..Email:/msg chanserv set # EMAIL <enter email addy>
  ..Entry Message:/msg chanserv set # entremsg <enter entry message>
  ..Description:/msg chanserv set # desc <enter description>
  .Drop Channel:/msg chanserv drop #
  .Channel Security
  ..Topic:/msg chanserv set # topiclock on/off
  ..Secure Ops:/msg chanserv set # secureops on/off
  ..Secure:/msg chanserv set # secure on/off
  ..Keep Topic:/msg chanserv set # keeptopic on/off
  ..Leave Ops:/msg chanserv set # leaveops on/off
  ..Enforce (no ops can be deopped or opped):/msg chanserv set # enforce on/off
  ..Topic:/msg chanserv set # topiclock on/off
  ..Expiry:/msg chanserv set # noexpire on/off
  ..Mlock (only founder can change modes):/msg chanserv set # mlock <mode>
  ..Channel Levels
  ..List:/msg chanserv levels # list
  ..Change Settings:/msg chanserv levels # set <type> <level>
  .Access List
  ..List Of Ops, Half Ops, Voiced Users:/msg chanserv access # list
  ..Add Users (voice-3, halfop-4, op-5):/msg chanserv access # add $$1 level
  ..Remove User:/msg chanserv access # del $$1
  .Akick
  ..List:/msg chanserv akick # list
  ..Add User With Reason:/msg chanserv akick # add $$1 $?="Please Enter a Reason here"
  ..Add User's hostmask:/msg chanserv akick # add <hostmask> $?="Please Enter a Reason here"
  ..Remove User:/msg chanserv akick # del <nickname/hostmask>
  .Channel Control
  ..Op Without Access:/msg chanserv op # $$1
  ..DeOp:/msg chanserv deop # $$1
  ..HalfOp Without Access:/msg chanserv halfop # $$1
  ..DeOp:/msg chanserv dehalfop # $$1
  ..Voice Without Access:/msg chanserv voice # $$1
  ..DeVoices:/msg chanserv devoice # $$1
  ..Protect Nick:/msg chanserv protect # $$1
  ..Deprotect Nick:/msg chanserv deprotect # $$1
  ..Unban:/msg chanserv unban # $$1
  ..Kick User:/kick # $$1 $?="Please Enter a Reason here"
  .Channel Invite (this command for desperate twits):/msg chanserv invite # $$1
  .See Channel Modes Active:/mode #
  .Set Channel Mode
  ..<- 1St = ON -> <- 2Nd = OFF ->
  ..Private Channel:/mode # +p
  ..Private Channel:/mode # -p
  ..Secret Channel:/mode # +s
  ..Secret Channel:/mode # -s
  ..Invite Only Channel:/mode # +i
  ..Invite Only Channel:/mode # -i
  ..Moderated Channel:/mode # +m
  ..Moderated Channel:/mode # -m
  ..No Outside Messages:/mode # +n
  ..No Outside Messages:/mode # -n
  ..Only Ops Set Topics:/mode # +t
  ..Only Ops Set Topics:/mode # -t
  ..Channel Is Registered:/mode # +r
  ..Channel Is Registered:/mode # -r
  ..No Ansi Colour:/mode # +c
  ..No Ansi Colour:/mode # -c
  ..Channel Owner:/mode # +q
  ..Channel Owner:/mode # -q
  ..No Kicks:/mode # +Q
  ..No Kicks:/mode # -Q
  ..No Knock:/mode # +K
  ..No Knock:/mode # -K
  ..No Invites:/mode # +V
  ..No Invites:/mode # -V
  ..Strip All Colours:/mode # +S
  ..Strip All Colours:/mode # -S
  ..No Nick Changes :/mode # +N
  ..No Nick Changes :/mode # -N
  ..G Rated: /mode # +G
  ..G Rated: /mode # -G
  ..Ops Only Can /Names or /Whois:/mode # +u
  ..Ops Only Can /Names or /Whois:/mode # -u
  ..No CTCPs :/mode # +C
  ..No CTCPs :/mode # -C
  ..Only Registered Nicks Allowed: /mode # +R
  ..Only Registered Nicks Allowed: /mode # -R
  ..Key Channel:/mode # +k $?=Please enter the Rooms Key"
  ..Key Channel:/mode # -k
  ..Exception Ban:/mode # +e $?=Please enter the users Address like the following egsample <*!Mask@host>"
  ..Exception Ban:/mode # -e $?=Please enter the users Address like the following egsample <*!Mask@host>"
  ..Limit Number Of Users: /mode # +l $?="Please enter the amount"
  ..Limit Number Of Users: /mode # -l
  ..Limit Channel Re-Direct: /mode # +L #
  ..Limit Channel Re-Direct: /mode # -L #
  ..Ban/Unban Nickname:/mode # +b $$1
  ..Ban/Unban Nickname:/mode # -b $$1
  ..Ban/Unban Username/Hostmask:/mode # +b $?="Please enter the requierd like folow *!*@<username/hostmask>"
  ..Ban/Unban Username/Hostmask:/mode # -b $?="Please enter the requierd like folow *!*@<username/hostmask>"
  ..Protect User Form Kicks:/mode # +a $$1
  ..Protect User Form Kicks:/mode # -a $$1
  ..Chanserv Flood Pretection Kick:/mode # +f $?="Enter The amount of lines" $+ : $+ $?="Enter The amount of Seconds"
  ..Chanserv Flood Protection Ban:/mode # +f [*] $?="Enter The amount of lines" $+ : $+ $?="Enter The amount of Seconds"
  ..Give/Take Ops:/mode # +o $$1
  ..Give/Take Ops:/mode # -o $$1
  ..Give/Take Halfops:/mode # +h $$1
  ..Give/Take Halfops:/mode # -h $$1
  ..Give/Take Voice:/mode # +v $$1
  ..Give/Take Voice:/mode # -v $$1
  .Channel Clear
  ..Modes:/msg chanserv clear # modes
  ..Bans:/msg chanserv clear # bans
  ..All:/msg chanserv clear # all
  ..Ops:/msg chanserv clear # ops
  ..Halfops:/msg chanserv clear # halfops
  ..Voices:/msg chanserv clear # ops
  ..Users:/msg chanserv clear # users
}

Comments

Sign in to comment.
noMen   -  Jun 10, 2006

Thank you :)

 Respond  
LiquidJesus   -  Jun 10, 2006

i got this from my friend SL and his script

 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.