23 April 2012

anope services

Menu Channel,Status,menubar,editbox {
  Services
  .Chanserv
  ..Register $+(,$chan,):/cs register $chan $$=?"Enter a channel password" $$?="Enter a Description of The Channel"
  ..Drop $+(,$chan,):/cs drop $chan
  ..Change $+(,$chan,) $+ 's pass:/cs set $chan password $$?="Enter your current password" $$? ="Enter the new password"
  ..ID $+(',$chan,'):/cs id $chan $$?="Enter the channel password"
  ..Settings
  ...Founder
  ....Set new founder for $+(‘,$chan,’):/cs set $chan $$?=”Enter the nick of the person you want to give founder to”
  ...Successor
  ....Set successor:/cs set $chan successor $$?=”Enter the nickname of the person you want to give successor to”
  ...Desc
  ....New description:/cs set $chan desc $$?=”Enter the new description for the channel”
  ...URL
  ....Set url:/cs set $chan url $$?=”enter the URL of the site you want to associate this channel with”
  ...Email
  ....Set e-mail address:/cs set $chan email $$?=”Enter the E-mail address you want to associate with this channel”
  ...Entrymsg
  ....Set entry message:/cs set $chan entrymsg $$?=”Enter the entry message”
  ...Bantype
  ....Set ban type:/cs set $chan bantype $$?=”Enter the bantype for this channel (e.g. [0 = *!user@host] [1 = *!*user@host] [2 = *!*@host] [3 = *!*user@*.domain] )”
  ...Mlock
  ....Set Mode lock:/cs set $chan Mlock $$?=”Enter the mode locks”
  ...Keeptopic
  ....On:/cs set $chan keeptopic on
  ....Off:cs set $chan keeptopic off
  ...Opnotice
  ....On:/cs set $chan opnotice on
  ....Off:cs set $chan opnotice off
  ...Peace
  ....On:/cs set $chan peace on
  ....Off:/cs set $chan peace off
  ...Private
  ....On:/cs set $chan private on
  ....Off:/cs set $chan private off
  ...Restricted
  ....On:/cs set $chan restricted on
  ....Off:/cs set $chan restricted off
  ...Secure
  ....On:/cs set $chan secure on
  ....Off:/cs set $chan secure off
  ...Secureops
  ....On:/cs set $chan secureops on
  ....Off:/cs set $chan secureops off
  ...Secure founder
  ....On:/cs set $chan securefounder on
  ....Off:/cs set $chan securefounder off
  ...Signkick
  ....On:/cs set $chan signkick on
  ....Level:/cs set $chan signkick $$?=”Enter the access level required for signedkicks
  ....Off:/cs set $chan signkick off
  ...topiclock
  ....On:/cs set $chan topiclock on
  ....Off:/cs set $chan topiclock off
  ..Xop
  ....On:/cs set $chan xop on
  ....Off:/cs set $chan xop off
  ..Channel modes
  ...Server/Net/Tech admins only
  ....On:/mode $chan +A
  ....Off/mode $chan -A
  ...No Color codes
  ....On:/mode $chan +c
  ....Off:/mode $chan -c
  ...No CTCP's
  ....On:/mode $chan +C
  ....Off:/mode $chan -C
  ...Flood protect
  ....On:/mode $chan +f $$?="Enter the number of ctcps/joins/knocks/messeges/nick changes/lines aloud per the number of seconds separated by a : to enable bans put a '*' at the start (e.g. *[20j,50m,7n,7t]:15)"
  ....Off:/mode $chan -f
  ....Default:/mode $chan +f [10k#K10,100m#m10,10n#N10]:20
  ...G rated
  ....On:/mode $chan +G
  ....Off:/mode $chan -G
  ...Invite only
  ....On:/mode $chan +i
  ....Off:/mode $chan -i
  ...key
  ....On:/mode $chan +k $$?="Enter the key"
  ....Off:/mode $chan -k
  ...No knock
  ....On:/mode $chan +K
  ....Off:/mode $chan -K
  ...Limit
  ....On:/mode $chan +l $$?="Enter a limit"
  ....Off:/mode $chan -l
  ...Link chan
  ....Enable:/mode $chan +L $$?="Enter the name of the channel you want to link to"00
  ....Disable:/mode $chan -L
  ...Registered nicks only
  ....On:/mode $chan +R
  ....Off:/mode $chan -R
  ...Moderated
  ....On:/mode $chan +r
  ....Off:/mode $chan -r
  ...No nick changes
  ....On:/mode $chan +N
  ....Off:/mode $chan -N
  ...Private
  ....On:/mode $chan +p
  ....Off:/mode $chan -p
  ...Owner kick only
  ....On:/mode $chan +Q
  ....Off:/mode $chan -Q
  ...Registered nicks only
  ....On:/mode $chan +R
  ....Off:/mode $chan -R
  ...Secret
  ....On:/mode $chan +s
  ....off:/mode $chan -s
  ...Strip colors
  ....On:/mode $chan +S
  ....Off:/mode $chan -S
  ...No notices
  ....On:/mode $chan +T
  ....Off:/mode $chan -T
  ...No formats
  ....On:/mode $chan +U
  ....Off:/mode $chan -U
  ...Auditoriam
  ....On:/mode $chan +u
  ....Off:/mode $chan -u
  ...No invite
  ....On:/mode $chan +V
  ....Off:/mode $chan -V
  ...Secure connection only
  ....On:/mode $chan +z
  ....Off:/mode $chan -z
  .Nickserv
  ..Register $+(,$me,):/ns register $$?="Enter a password" $$ ="Enter your e-mail address"
  ..Drop $+(,$me,):/ns drop
  ..Change password:/ns set password $$?="Enter a new password"
  ..Change Nick:/nick $$?="Enter your new nickname"
  ..Settings
  ...Group:/ns group $$?=”Enter the nickname you want to group with” $$ =”Enter the password of the nickname your grouping with”
  ...Glist:/ns glist
  ...Access:/ns access $$?=”Enter the hostname of the person you want to give access to”
  ...set
  ....Display:/ns set display $$?=”Enter the nickname you want to display”
  ....Password:/ns set password $$?=”Enter your new password”
  ....Language:/ns set language $$?=”Enter the language you want services to reply to”
  ....URL:/ns set URL $$?=”Enter the URL you want to associate your nick with”
  ....E-mail:/ns set email $$?=”Enter the email address you want to asociate your nick with”
  ....ICQ:/ns set ICQ $$?=”Enter the ICQ number you want to associate this nick with”
  ....Greet:/ns set greet $$?=”Enter a greet message”
  ....Kill
  .....on:/ns set kill on
  .....Quick:/ns set kill quick
  .....Immed:/ns set kill $$?=”Enter ‘Immed’ to set your kill to immediate”
  .....Off:/ns set kill off
  ....Secure
  .....On:/ns set secure on
  .....Off:/ns set secure off
  ....Private
  .....On:/ns set private on
  .....Off:/ns set private off
  ....Hide
  .....Set:/ns set hide $$?=”Enter the options you want to hide (EMAIL | STATUS | USERMASK | QUIT} and enter either ‘on’ or ‘off’”
  ....MSG
  .....On:/ns set msg on
  .....Off:/ns set msg off
  ....Autoop
  .....On:/ns set autoop on
  .....Off:/ns set autoop off
  ...Release $+(,$me,):/ns release $$?=”Enter the nickname you want to ‘release’” $$?=”Enter the password of the nickname”
  ...Ghost:/ns ghost $$?=”Enter the nickname you want to ‘ghost’” $$?=”Enter the password of the nickname”
  ...Alist:/ns alist
  ...Info:/ns info $$?=”Enter the nickname of the person you want to ‘info’”
  ...Update:/ns update
  .Botserv
  ..View available bots for $+(,$network,):/bs botlist
  ..Assign:/bs assign $chan $$?="enter the name of the bot you want"
  ..Unassign:/bs unassign $chan
  ..Kick options
  ...Badwords
  ....On:/bs kick $chan badwords on
  ....Off:/bs kick $chan badwords off
  ....Add:bs badwords $chan add $$?="Enter the word you want to add to the badwords list"
  ....Delete:/bs badwords $chan del $$?="Enter the word you want deleted from the badwords list"
  ....View badwords:/bs badwords $chan list
  ...Flood
  ....On (default):/bs kick $chan flood on
  ....Off:/bs kick $chan flood off
  ....Settings:/bs kick $chan flood on ttb $$?="Enter the number of lines per second aloud (e.g. '4 4')"
  ...Bolds
  ....On:/bs kick $chan bolds on
  ....Off:/bs kick $chan bolds off
  ....Ban Bolds:/bs kick $chan bolds on ttb $$?="Enter the number of times you want the bot to kick before it bans"
  ...Caps
  ....On (default):/bs kick $chan caps on
  ....Off:/bs kick $chan caps off
  ....Settings:/bs kick $chan caps on $$?="Enter the minimun number of caps to kick and a percentage”
  ....Ban Caps:/bs kick $chan caps on ttb $$?=”Enter the number of times you want the bot to kick before it bans”
  ...Colors
  ....On:/bs kick $chan colors on
  ....Off:/bs kick $chan colors off
  ....Ban colors:/bs kick $chan colors on ttb $$?=”Enter the number of times the bot will kick before it bans”
  ...Repeat
  ....On(default):/bs kick $chan repeat on
  ....Off:/bs kick $chan repeat off
  ....ban Repeat:/bs kick $chan repeat on ttb $$?=”Enter the number of times bot will kick repeat before it bans”
  ...Reverses
  ....On:/bs kick $chan reverses on
  ....Off:/ns kick $chan reverses off
  ....Ban reverses:/bs kick $chan reverses on ttb $$?=”enter the number of times the bot will kick reverses before it bans”
  ...Underlines
  ....On:/bs kick $chan underlines on
  ....Off:/bs kick $chan underlines off
  ....Ban underlines:/bs kick $chan underlines on ttb $$?=”enter the number of times the bot will kick underlines before it bans”
  .Memoserv
  ..Send:/ms send $$?="Enter the Nick" $$="Enter a message"
  ..Read:/ms read $$?="Enter the number of the message you want to read or 'last' to read the last memo"
  ..Read channel message:/ms read $$?=”Enter the channel” $$?=”Enter the number of the memo you want to read”
  ..Erase:/ms del $$?="Enter the number of the memo you want deleted or 'last' to delete the most recent one"
  ..Cancel last memo sent:/ms cancel $$?=”enter the nickname of the last person you sent a memo”
  ..Check last memo:/ms check $$?=”enter the nickname of the last person you sent a memo”
  ..list:/ms list
  .Hostserv
  ..On:/hs on
  ..Off:/hs off
  ..Group:/hs group
  ..Request:/hs request $$?="Enter the vHost you want to request"
}

Anope Services

Anope Services
  .NickServ
  ..Nick:/nick $$?="Enter Nick:"
  ..Register:/msg nickserv register $$?="Enter Password:" $$?="Enter Email:"
  ..Identify:/msg nickserv identify $$?="Enter Password:"
  ..Ghost:/msg nickserv ghost $$1 $$?="Enter Password:"
  ..Group:/msg nickserv group $$?="Enter Old Nick:" $$?="Enter Password:"
  ..Logout:/msg nickserv logout
  ..Ajoin
  ...Add:/msg nickserv ajoin add #
  ...Del:/msg nickserv ajoin del #
  ...List:/msg nickserv ajoin list
  ..Drop:/msg nickserv drop $$?="Enter Nick:" $$?="Enter Password:"
  ..Password:/msg nickserv set password $$?="Enter Password:"
  ..URL:/msg nickserv set url $$?="Enter URL:"
  ..Email:/msg nickserv set email $$?="Enter Email:"
  ..Greet:/msg nickserv set greet $$?="Enter Msg:"
  ..Kill
  ...On:/msg nickserv set kill on
  ...Off:/msg nickserv set kill off
  ..Secure
  ...On:/msg nickserv set secure on
  ...Off:/msg nickserv set secure off
  ..Hide Email
  ...On:/msg nickserv set hide email on
  ...Off:/msg nickserv set hide email off
  ..Autoop
  ...On:/msg nickserv set autoop on
  ...Off:/msg nickserv set autoop off
  ..Glist:/msg nickserv glist
  ..Alist:/msg nickserv alist
  ..Release:/msg nickserv release $$?="Enter Nick:" $$?="Enter Password:"
  .ChanServ
  ..Register:/msg chanserv register # $$?*="Enter Password:" $$?="Enter Description:"
  ..Identify:/msg chanserv identify # $$?*="Enter Password:"
  ..Password:/msg chanserv set # password $$?*="Enter Password:"
  ..Topic:/topic # $$?="Enter Msg:"
  ..Topic CS:/msg chanserv set # topic $$?="Enter Msg:"
  ..Drop:/msg chanserv drop # $$?*="Enter Password:"
  ..Info:/msg chanserv info # all
  ..Set Founder:/msg chanserv set # founder $$*
  ..Add Access:/msg chanserv access # add $$* $$?="Enter Level:"
  ..SOP
  ...Add:/msg chanserv sop # add $$*
  ...Del:/msg chanserv sop # del $$*
  ...List:/msg chanserv SOP # LIST
  ...Wipe:/msg chanserv SOP # WIPE
  ...Tampal:/msg chanserv protect # $$*
  ..AOP
  ...Add:/msg chanserv aop # add $$*
  ...Del:/msg chanserv aop # del $$*
  ...List:/msg chanserv AOP # LIST
  ...Wipe:/msg chanserv AOP # WIPE
  ...Tampal:/msg chanserv op # $$1
  ..HOP
  ...Add:/msg chanserv hop # add $$*
  ...Del:/msg chanserv hop # del $$*
  ...List:/msg chanserv HOP # LIST
  ...Wipe:/msg chanserv HOP # WIPE
  ...Tampal:/msg chanserv halfop # $$*
  ..VOP
  ...Add:/msg chanserv vop # add $$*
  ...Del:/msg chanserv vop # del $$*
  ...List:/msg chanserv VOP # LIST
  ...Wipe:/msg chanserv VOP # WIPE
  ...Tampal:/msg chanserv voice # $$*
  ..Clear
  ...Ops:/msg chanserv clear # ops
  ...Halfops:/msg chanserv clear # halfops
  ...Voices:/msg chanserv clear # voices
  ...Bans:/msg chanserv clear # bans
  ...Modes:/msg chanserv clear # modes
  ..XOP
  ...On:/msg chanserv set # Xop on
  ...Off:/msg chanserv set # Xop off
  ..Topiclock
  ...On:/msg chanserv set # topiclock on
  ...Off:/msg chanserv set # topiclock off
  ..EntryMsg:/msg chanserv set # Entrymsg $$?="Enter Msg:"
  ..Autoop
  ...All:/msg chanserv autoop # all
  ...Register:/msg chanserv autoop # reg
  ...Status:/msg chanserv autoop # status
  ...Off:/msg chanserv autoop # off
  ..Autovoice
  ...All:/msg chanserv autovoice # all
  ...Register:/msg chanserv autovoice # reg
  ...Status:/msg chanserv autovoice # status
  ...Off:/msg chanserv autovoice # off
  ..Akick
  ...Add:/msg chanserv akick # add $$*
  ...Del:/msg chanserv akick # del $$*
  ..Kick:/msg chanserv kick # $$* $$?="Enter Reason:"
  ..Successor:/msg chanserv set # successor $$*
  ..Description:/msg chanserv set # Desc $$?="Enter Description:"
  ..URL:/msg chanserv set # url $$?="Enter URL:"
  ..Email:/msg chanserv set # email $$?="Enter Email:"
  ..KeepTopic
  ...On:/msg chanserv set # Keeptopic on
  ...Off:/msg chanserv set # Keeptopic off
  ..OpNotice
  ...On:/msg chanserv set # opnotice on
  ...Off:/msg chanserv set # opnotice off
  ..Peace
  ...On:/msg chanserv set # peace on
  ...Off:/msg chanserv set # peace off
  ..Private
  ...On:/msg chanserv set # private on
  ...Off:/msg chanserv set # private off
  ..Restricted
  ...On:/msg chanserv set # restricted on
  ...Off:/msg chanserv set # restricted off
  ..SecureOps
  ...On:/msg chanserv set # secureops on
  ...Off:/msg chanserv set # secureops off
  ..SecureFounder
  ...On:/msg chanserv set # securefounder on
  ...Off:/msg chanserv set # securefounder off
  ..Mypower:/msg chanserv mypower #
  ..Ban
  ...Ban:/msg chanserv ban # $$* $$?="Enter Reason:"
  ...UnBan:/msg chanserv unban # $$?="Enter Nick:"
  ...TBan:/msg chanserv tban # $$* $$?="Enter Time:"
  ..Invite:/invite $$* #$$?="Enter Channel:"
  ..Invite CS:/msg chanserv invite #$$?="Enter Channel:" $$*
  ..SignKick
  ...On:/msg chanserv set # signkick on
  ...Off:/msg chanserv set # signkick off
  .MemoServ
  ..Send Nick:/msg memoserv send $$* $$?="Enter Msg:"
  ..Send Channel:/msg memoserv send # $$?="Enter Msg:"
  ..Cancel Nick:/msg memoserv cancel $$*
  ..Cancel Channel:/msg memoserv cancel #
  ..Read Nick:/msg memoserv read $$?="Enter Number:"
  ..Read Channel:/msg memoserv read # $$?="Enter Number:"
  ..Del Nick:/msg memoserv del $$?="Enter Number:"
  ..Del Channel:/msg memoserv del # $$?="Enter Number:"
  ..List Nick:/msg memoserv list
  ..List Channel:/msg memoserv # list
  ..Limit Nick:/msg memoserv set limit $$?="Enter Number:"
  ..Limit Channel:/msg memoserv set limit # $$?="Enter Number:"
  .BotServ
  ..Botlist:/msg botserv botlist
  ..Assign:/msg botserv assign # $$?="Bot Nick:"
  ..Unassign:/msg botserv unassign # $$?="Bot Nick:"
  ..Kick Badwords
  ...On:/msg botserv kick # badwords on
  ...Off:/msg botserv kick # badwords off
  ..Add Single Badwords:/msg botserv Badwords # add $$?="Enter Words:" single
  ..Add Start Badwords:/msg botserv Badwords # add $$?="Enter Words:" start
  ..Del Badwords:/msg botserv Badwords # del $$?="Enter Words:"
  ..List Badwords:/msg botserv Badwords # list
  ..Clear Badwords:/msg botserv Badwords # clear
  ..Kick Bolds
  ...On:/msg botserv kick # bolds on $$?="Enter Time:"
  ...Off:/msg botserv kick # bolds off
  ..Kick Caps
  ...On:/msg botserv kick # caps on $$?="Enter Time:"
  ...Off:/msg botserv kick # caps off
  ..Kick Colours
  ...On:/msg botserv kick # colours on $$?="Enter Time:"
  ...Off:/msg botserv kick # colours off
  ..Kick Flood
  ...On:/msg botserv kick # flood on $$?="Enter Time:"
  ...Off:/msg botserv kick # flood off
  ..Kick Reverses
  ...On:/msg botserv kick # reverses on $$?="Enter Time:"
  ...Off:/msg botserv kick # reverses off
  ..Kick Underlines
  ...On:/msg botserv kick # underlines on $$?="Enter Time:"
  ...Off:/msg botserv kick # underlines off
  ..Kick Repeat
  ...On:/msg botserv kick # repeat on $$?="Enter Time:" $$?="Enter Number:"
  ...Off:/msg botserv kick # repeat off
  ..DontKickOps
  ...On:/msg botserv set # Dontkickops on
  ...Off:/msg botserv set # Dontkickops off
  ..DontKickVoices
  ...On:/msg botserv set # Dontkickvoices on
  ...Off:/msg botserv set # Dontkickvoices off
  ..Greet
  ...On:/msg botserv set # greet on
  ...Off:/msg botserv set # greet off
  ..Fantasy
  ...On:/msg botserv set # fantasy on
  ...Off:/msg botserv set # fantasy off
  ..Say:/msg botserv say # $$?="Enter Msg:"
  Auspice Services
  .NickServ
  ..Nick:/nick $$?="Enter Nick:"
  ..Regcodes:/msg nickserv regcodes
  ..Register:/msg nickserv register $$?="Enter Password:" $$?="Enter Email:" $$?="Enter Regcodes:"
  ..Identify:/msg nickserv identify $$?="Enter Password:"
  ..Ghost:/msg nickserv ghost $$* $$?="Enter Password:"
  ..Link:/msg nickserv link $$?="Enter Old Nick:" $$?="Enter Password:"
  ..Logout:/msg nickserv logout
  ..Ajoin
  ...Add:/msg nickserv ajoin add #
  ...Del:/msg nickserv ajoin del #
  ...List:/msg nickserv ajoin list
  ..Drop:/msg nickserv drop $$?="Enter Nick:"
  ..Password:/msg nickserv set password $$?="Enter Password:"
  ..URL:/msg nickserv set url $$?="Enter URL:"
  ..Email:/msg nickserv set email $$?="Enter Email:"
  ..Info:/msg nickserv set info $$?="Enter Msg:"
  ..Protect
  ...On:/msg nickserv set protect on
  ...Off:/msg nickserv set protect off
  ..Secure
  ...On:/msg nickserv set secure on
  ...Off:/msg nickserv set secure off
  ..Hide Email
  ...On:/msg nickserv set hidemail on
  ...Off:/msg nickserv set hidemail off
  ..Autoop
  ...On:/msg nickserv set autoop on
  ...Off:/msg nickserv set autoop off
  ..Links:/msg nickserv links
  ..Listchans:/msg nickserv Listchans
  ..Release:/msg nickserv release $$?="Enter Nick:" $$?="Enter Password:"
  ..NoMemo
  ...On:/msg nickserv set nomemo on
  ...Off:/msg nickserv set nomemo off
  ..Noop
  ...On:/msg nickserv set noop on
  ...Off:/msg nickserv set noop off
  ..Neverop
  ...On:/msg nickserv set neverop on
  ...Off:/msg nickserv set neverop off
  ..Auth
  ...On:/msg nickserv set auth on
  ...Off:/msg nickserv set auth off
  ..Auth List:/msg nickserv auth list
  ..Auth Accept:/msg nickserv auth accept $$?="Enter Number:"
  ..Auth Deny:/msg nickserv auth deny $$?="Enter Number:"
  .ChanServ
  ..Register:/msg chanserv register # $$?*="Enter Password:" $$?="Enter Description:"
  ..Identify:/msg chanserv identify # $$?*="Enter Password:"
  ..Password:/msg chanserv set # password $$?*="Enter Password:"
  ..Topic:/topic # $$?="Enter Msg"
  ..Topic CS:/msg chanserv set # topic $$?="Enter Msg"
  ..Drop:/msg chanserv drop # $$?*="Enter Password:"
  ..Info:/msg chanserv info # all
  ..Set Founder:/msg chanserv set # founder $$*
  ..Cfounder
  ...Add:/msg chanserv cfounder # add $$*
  ...Del:/msg chanserv cfounder # del $$*
  ...List:/msg chanserv CFOUNDER # LIST
  ...Wipe:/msg chanserv CFOUNDER # WIPE
  ..MGR
  ...Add:/msg chanserv MGR # add $$*
  ...Del:/msg chanserv MGR # del $$*
  ...List:/msg chanserv MGR # LIST
  ...Wipe:/msg chanserv MGR # WIPE
  ..SOP
  ...Add:/msg chanserv sop # add $$*
  ...Del:/msg chanserv sop # del $$*
  ...List:/msg chanserv SOP # LIST
  ...Wipe:/msg chanserv SOP # WIPE
  ...Tampal:/msg chanserv protect # $$*
  ..AOP
  ...Add:/msg chanserv aop # add $$*
  ...Del:/msg chanserv aop # del $$*
  ...List:/msg chanserv AOP # LIST
  ...Wipe:/msg chanserv AOP # WIPE
  ...Tampal:/msg chanserv op # $$*
  ..HOP
  ...Add:/msg chanserv hop # add $$*
  ...Del:/msg chanserv hop # del $$*
  ...List:/msg chanserv HOP # LIST
  ...Wipe:/msg chanserv HOP # WIPE
  ...Tampal:/msg chanserv halfop # $$*
  ..VOP
  ...Add:/msg chanserv vop # add $$*
  ...Del:/msg chanserv vop # del $$*
  ...List:/msg chanserv VOP # LIST
  ...Wipe:/msg chanserv VOP # WIPE
  ...Tampal:/msg chanserv voice # $$*
  ..Clear
  ...Ops:/msg chanserv clear # ops
  ...Halfops:/msg chanserv clear # halfops
  ...Voices:/msg chanserv clear # voices
  ...Bans:/msg chanserv clear # bans
  ...Modes:/msg chanserv clear # modes
  ..XOP
  ...On:/msg chanserv set # Xop on
  ...Off:/msg chanserv set # Xop off
  ..Topiclock
  ...On:/msg chanserv set # topiclock on
  ...Off:/msg chanserv set # topiclock off
  ..News
  ...Add:/msg chanserv news # add $$?="Enter Msg:"
  ...Del:/msg chanserv news # del $$?="Enter Number:"
  ...List:/msg chanserv news # list
  ..Welcome:/msg chanserv set # welcome $$?="Enter Msg:"
  ..Autoop
  ...All:/msg chanserv autoop # all
  ...Register:/msg chanserv autoop # reg
  ...Status:/msg chanserv autoop # status
  ...Off:/msg chanserv autoop # off
  ..Autovoice
  ...All:/msg chanserv autovoice # all
  ...Register:/msg chanserv autovoice # reg
  ...Status:/msg chanserv autovoice # status
  ...Off:/msg chanserv autovoice # off
  ..Akick
  ...Add:/msg chanserv akick # add $$*
  ...Del:/msg chanserv akick # del $$*
  ...Kick:/msg chanserv kick # $$* $$?="Enter Reason:"
  ..Successor:/msg chanserv set # successor $$*
  ..Unsucessor:/msg chanserv set # unsuccessor $$*
  ..Description:/msg chanserv set # Desc $$?="Enter Description:"
  ..URL:/msg chanserv set # url $$?="Enter URL:"
  ..Email:/msg chanserv set # email $$?="Enter Email:"
  ..KeepTopic
  ...On:/msg chanserv set # Keeptopic on
  ...Off:/msg chanserv set # Keeptopic off
  ..OpNotice
  ...On:/msg chanserv set # opnotice on
  ...Off:/msg chanserv set # opnotice off
  ..Private
  ...On:/msg chanserv set # private on
  ...Off:/msg chanserv set # private off
  ..Restricted
  ...On:/msg chanserv set # restricted on
  ...Off:/msg chanserv set # restricted off
  ..SecureOps
  ...On:/msg chanserv set # secureops on
  ...Off:/msg chanserv set # secureops off
  ..SecureFounder
  ...On:/msg chanserv set # securefounder on
  ...Off:/msg chanserv set # securefounder off
  ..Ban
  ...Ban:/msg chanserv ban # $$* $$?="Enter Reason:"
  ...UnBan:/msg chanserv unban # $$?="Enter Nick:"
  ...TBan:/msg chanserv tban # $$* $$?="Enter Time:"
  ..Invite:/invite $$* #$$?="Enter Channel:"
  ..Invite CS:/msg chanserv invite #$$?="Enter Channel:" $$*
  ..SignKick
  ...On:/msg chanserv set # signkick on
  ...Off:/msg chanserv set # signkick off
  ..Mass
  ...Massop:/msg chanserv MOP #
  ...Massdeop:/msg chanserv MDEOP #
  ...Massvoice:/msg chanserv MVOICE #
  ...Massdeop:/msg chanserv MDEVOICE #
  ...Masskick:/msg chanserv MKICK #
  ...Clear
  ....Ops:/msg chanserv clear ops
  ....Voice:/msg chanserv clear voices
  .MemoServ
  ..Send Nick:/msg memoserv send $$* $$?="Enter Msg:"
  ..UnSend Nick:/msg memoserv unsend $$*
  ..Send Channel:/msg memoserv send # $$?="Enter Msg:"
  ..UnSend Channel:/msg memoserv unsend #
  ..Cancel Nick:/msg memoserv cancel $$*
  ..Cancel Channel:/msg memoserv cancel #
  ..Read Nick:/msg memoserv read $$?="Enter Number:"
  ..Read Channel:/msg memoserv read # $$?="Enter Number:"
  ..Del Nick:/msg memoserv del $$?="Enter Number:"
  ..Del Channel:/msg memoserv del # $$?="Enter Number:"
  ..List Nick:/msg memoserv list
  ..List Channel:/msg memoserv # list
  ..Limit Nick:/msg memoserv set limit $$?="Enter Number:"
  ..Limit Channel:/msg memoserv set limit # $$?="Enter Number:"
  ..Purge:/msg memoserv purge
  ..Forward:/msg memoserv forward $$*
  .BotServ
  ..Botlist:/msg botserv list
  ..Assign:/msg botserv assign # $$?="Bot Nick:"
  ..Unassign:/msg botserv unassign # $$?="Bot Nick:"
  ..Kick Badwords
  ...On:/msg botserv kick # badwords on
  ...Off:/msg botserv kick # badwords off
  ..Add Single Badwords:/msg botserv Badwords # add $$?="Enter Words:" single
  ..Add Start Badwords:/msg botserv Badwords # add $$?="Enter Words:" start
  ..Del Badwords:/msg botserv Badwords # del $$?="Enter Words:"
  ..List Badwords:/msg botserv Badwords # list
  ..Clear Badwords:/msg botserv Badwords # clear
  ..Kick Bolds
  ...On:/msg botserv kick # bolds on $$?="Enter Time:"
  ...Off:/msg botserv kick # bolds off
  ..Kick Caps
  ...On:/msg botserv kick # caps on $$?="Enter Time:"
  ...Off:/msg botserv kick # caps off
  ..Kick Colours
  ...On:/msg botserv kick # colours on $$?="Enter Time:"
  ...Off:/msg botserv kick # colours off
  ..Kick Flood
  ...On:/msg botserv kick # flood on $$?="Enter Time:"
  ...Off:/msg botserv kick # flood off
  ..Kick Reverses
  ...On:/msg botserv kick # reverses on $$?="Enter Time:"
  ...Off:/msg botserv kick # reverses off
  ..Kick Underlines
  ...On:/msg botserv kick # underlines on $$?="Enter Time:"
  ...Off:/msg botserv kick # underlines off
  ..Kick Repeat
  ...On:/msg botserv kick # repeat on $$?="Enter Time:" $$?="Enter Number:"
  ...Off:/msg botserv kick # repeat off
  ..DontKickOps
  ...On:/msg botserv set # Dontkickops on
  ...Off:/msg botserv set # Dontkickops off
  ..DontKickVoices
  ...On:/msg botserv set # Dontkickvoices on
  ...Off:/msg botserv set # Dontkickvoices off
  ..Greet
  ...On:/msg botserv set # greet on
  ...Off:/msg botserv set # greet off
  ..Fantasy
  ...On:/msg botserv set # fantasy on
  ...Off:/msg botserv set # fantasy off
  ..Say:/msg botserv say # $$?="Enter Msg:"

Semak Ngan Whois...

/*
/whois flood protection (for ircops)
By GT`Crewz

would be 2 /whois's in 5 seconds.
*/
alias max.whois return 2 5
on ^*:snotice:* did a /whois on you.: {
  $iif(!$($+(%,$2,whois),2),set $+(-u,$gettok($max.whois,2,32)) $+(%,$2,whois) 1,inc $+(%,$2,whois) 1)
  if ($($+(%,$2,whois),2) == $gettok($max.whois,1,32)) { unset $($+(%,$2,whois),1) | kill $2 [ /whois abuser - $max.whois in $max.whois.time secs GT`crewz ] }

17 April 2012

WelkamBing Script

on *:JOIN:#: {
  if $nick = $me goto 1
  if $asctime(HH:nn:ss) >= 05:00:00 && $asctime(HH:nn:ss) <= 11:59:59 goto 2
  if $asctime(HH:nn:ss) >= 12:00:00 && $asctime(HH:nn:ss) <= 16:59:59 goto 3 
  if $asctime(HH:nn:ss) >= 17:00:00 && $asctime(HH:nn:ss) <= 23:59:59 goto 4
  if $asctime(HH:nn:ss) >= 00:00:00 && $asctime(HH:nn:ss) <= 04:59:59 goto 5
  halt
  :1
  halt
  :2
  notice $nick Selamat Datang ke $chan - Sekarang Jam $asctime(HH:nnTT)
  notice $nick Selamat Pagi $nick - Wekekeke...ENjoy2 Le Yer
  halt
  :3
  notice $nick Selamat Datang ke $chan - Dah Pukul  $asctime(HH:nnTT)
  notice $nick Selamat Tengah Hari $nick - Releks N Enjoy Ya
  halt
  :4
  notice $nick Selamat Datang ke $chan - Sekarang Jam $asctime(HH:nnTT)
  notice $nick Selamat Petang $nick - Enjoy2 Ye
  halt
  :5
  notice $nick Selamat Datang ke $chan - La Ni Pukul $asctime(HH:nnTT)
  notice $nick Good night $nick - Hepi Mengechat La ye...
  halt
}

16 April 2012

Anti Inviter

;[-GT`crewz-]
;Tawau-Sabah-Malaysia
;V.0.1 Inviterz
;
on 1:INVITE:#:{
  if $level($maddress($address($nick,5))) == 10 { goto end }
  set %comchan 1
  :check
  if %comchan > $comchan($nick,0) { goto end }
  if $me isop $comchan($nick,%comchan) { goto invkick }
  ; if $me isop $comchan($nick,%comchan) && $nick !isop $comchan($nick,%comchan) { goto invkick }
  inc %comchan 1
  goto check
  :invkick
  /ban $comchan($nick,%comchan) $nick 2
  kick $comchan($nick,%comchan) $nick 0,12No Mass Inviter in here or ur will be go to black list !!!
  inc %comchan 1
  goto check
  :end
  unset %comchan
}
;
;GT`crewz on ur bot !
;makasih!