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"
}

No comments: