BlackTools.en.lang.tcl 101 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482
  1. #################################################################################
  2. #
  3. #
  4. # ENGLISH LANGUAGE
  5. #
  6. #
  7. #
  8. #
  9. #
  10. #
  11. #
  12. #################################################################################
  13. #################################################################################
  14. #
  15. # STANDARD MESSAGES
  16. #
  17. #################################################################################
  18. set black(say.en.gl.noban) "It cannot be done because it has ACCESS ."
  19. set black(say.en.gl.notonchan) "I am not on %chan%"
  20. set black(say.en.gl.suspend) "You are suspended on %chan%, you cannot use this command ."
  21. set black(say.en.gl.novalidchan) "Invalid channel."
  22. set black(say.en.gl.nomem) "I have no memory record of that user."
  23. set black(say.en.gl.noaccess) "It has no access on %chan%."
  24. set black(say.en.gl.noop) "I have no op on %chan% ! I cannot proceed."
  25. set black(say.en.gl.nomodif) "You cannot modify this users' features because it has greater or equal access with you."
  26. set black(say.en.gl.usernotonchan) "%msg% is not on %chan%."
  27. set black(say.en.gl.nocmem) "I have no memory record of channel %msg.1%"
  28. #################################################################################
  29. #
  30. # PROTECTIONS
  31. #
  32. #################################################################################
  33. #################################### antipub ###################################
  34. set black(say.en.antipub.1) "You lost your rights on %chan% making ADVERTISING !"
  35. #################################### antinotice ################################
  36. set black(say.en.antinotice.1) "You lost your rights on %chan% making NOTICEs !"
  37. #################################### antictcp ##################################
  38. set black(say.en.antictcp.1) "You lost your rights on %chan% making CTCPs !"
  39. #################################### antibadword ###############################
  40. set black(say.en.antibadword.1) "You lost your rights on %chan% using that LANGUAGE !"
  41. #################################### antilongtext ##############################
  42. set black(say.en.antilongtext.1) "You lost your rights on %chan% writing such a LONGTEXT !"
  43. #################################### antibadquitpart ###########################
  44. set black(say.en.antibadquitpart.1) "You lost your rights on %chan% for part/quiting with forbidden characters !"
  45. ################################### antijoinpart ###############################
  46. set black(say.en.antijoinpart.1) "You lost your rights on %chan% reggading Join/Part !"
  47. ################################## antispam ###################################
  48. set black(say.en.antispam.1) "You did not follow rules on %chan% reggarding SPAM !!"
  49. set black(say.en.antispam.2) "Hello %nick% welcome on %chan% , please do not reply to this message or else you will be considered a spammer and banned ! Thank You"
  50. ################################# antirepeat ##################################
  51. set black(say.en.antirepeat.1) "You did not follow rules on %chan% reggarding repeating !"
  52. ################################# anticolor ###################################
  53. set black(say.en.anticolor.1) "You did not follow rules on %chan% reggarding colours !"
  54. ################################# antibold ###################################
  55. set black(say.en.antibold.1) "You did not follow rules on %chan% reggarding BOLD characters !"
  56. ################################# antiunderline ###################################
  57. set black(say.en.antiunderline.1) "You did not follow rules on %chan% reggarding UNDERLINE characters !"
  58. ################################# anticaps #######################################
  59. set black(say.en.anticaps.1) "You did not follow rules on %chan% reggarding CAPS-LOCK !"
  60. ################################# badfullname ###################################
  61. set black(say.en.badfullname.1) "You did not follow rules on %chan% reggarding your REALNAME !"
  62. ################################# badnick #####################################
  63. set black(say.en.badnick.1) "You did not follow rules on %chan% reggarding your NICKNAME !"
  64. ################################# badident #####################################
  65. set black(say.en.badident.1) "You did not follow rules on %chan% reggarding your IDENT !"
  66. ################################# antijoinflood #####################################
  67. set black(say.en.antijoinflood.1) "ATENTION ! Just saw a joinflood on %chan% ! Please check it out !"
  68. ################################# antichanflood #####################################
  69. set black(say.en.antichanflood.1) "You did not follow rules on %chan% reggarding flood!"
  70. ################################################################################
  71. #
  72. # MODULES
  73. #
  74. ################################################################################
  75. ################################ Report Chan ###################################
  76. set black(say.en.reportchan) "Added ban in %chan% on host %banmask% with reason :%reason% .It will expire in %bantime% minutes."
  77. ################################ clone scan ###################################
  78. set black(say.en.clonescan.1) "I found %msg.1% clones in %chan% from host -= %msg.2% =-. Nicks are -= %msg.7% =-"
  79. set black(say.en.clonescan.2) "End of clones.."
  80. set black(say.en.clonescan.3) "I found %num% clones in %chan% from host -= %host% =-. Nicks are -= %clone% =-"
  81. set black(say.en.clonescan.4) "Scanning for clones.."
  82. ################################## count ######################################
  83. set black(say.en.count.1) "Use : %char%count <chan> on / off / display / reset | %char%count on / off / display / reset"
  84. set black(say.en.count.2) "Use : %botnick% count <chan> on / off / display / reset | %botnick% count on / off / display / reset"
  85. set black(say.en.count.3) "Use : %char%count <chan> on / off / display / reset"
  86. set black(say.en.count.4) "Use :%botnick% count <chan> on / off / display / reset"
  87. set black(say.en.count.5) "Count for %chan% is already enabled"
  88. set black(say.en.count.6) "Count for %chan% is already disabled"
  89. set black(say.en.count.7) "I enabled COUNT MODULE on %chan% ."
  90. set black(say.en.count.8) "I disabled COUNT MODULE on %chan% ."
  91. set black(say.en.count.9) "Count for %chan% is %msg.1% visitor(s)"
  92. set black(say.en.count.10) "I reset count module for %chan%"
  93. set black(say.en.count.11) "You are user with number %num% who joined in %chan% ."
  94. ################################# private ######################################
  95. set black(say.en.private.1) "Use : %char%private <chan> <on> / <off> / <add> <nick> <host> / <list> / <del> <name> | %char%private <on> / <off> / <add> <nick> <host> / <list> / <del> <name>"
  96. set black(say.en.private.2) "Use : %botnick% private <chan> <on> / <off> / <add> <nick> <host> | <list> / <del> <name> | %botnick% private <on> / <off> / <add> <nick> <host> / <list> / <del> <name>"
  97. set black(say.en.private.3) "%char%private <on> | <off> | <add> <nick> <host> | <list> | <del> <name>"
  98. set black(say.en.private.4) "Use :%botnick% private <on> | <off> | <add> <nick> <host> | <list> | <del> <name>"
  99. set black(say.en.private.5) "I enabled PRIVATE MODULE on %chan% ."
  100. set black(say.en.private.6) "I disabled PRIVATE MODULE on %chan% ."
  101. set black(say.en.private.7) "%msg.1% is already in my database.Adding as an exception on %chan%"
  102. set black(say.en.private.8) "Added %msg.1% with host %msg.2% as an exception on %chan%"
  103. set black(say.en.private.9) "Deleted %msg.1% from my Exception List on %chan%"
  104. set black(say.en.private.10) "%msg.1% is not database on %chan%."
  105. set black(say.en.private.11) "Users in Exception List on %chan% are : %msg%"
  106. set black(say.en.private.12) "Private Channel !"
  107. ################################# badchan ######################################
  108. set black(say.en.badchan.1) "Use : %char%badchan <chan> <on> / <off> / <add> <#chan> / <list> / <del> <number> | %char%badchan <on> / <off> / <add> <#chan> / <list> / <del> <number>"
  109. set black(say.en.badchan.2) "Use : %botnick% badchan <chan> <on> / <off> / <add> <#chan> / <list> / <del> <number> | %botnick% badchan <on> / <off> / <add> <#chan> / <list> / <del> <number>"
  110. set black(say.en.badchan.3) "Use : %char%badchan <on> / <off> / <add> <#chan> / <list> / <del> <number>"
  111. set black(say.en.badchan.4) "Use : %botnick% badchan <on> / <off> / <add> <#chan> / <list> / <del> <number>"
  112. set black(say.en.badchan.5) "I enabled BADCHAN MODULE on %chan%."
  113. set black(say.en.badchan.6) "I disabled BADCHAN MODULE on %chan%."
  114. set black(say.en.badchan.7) "Adding in blacklist channel: %msg.1%"
  115. set black(say.en.badchan.8) "There are no channels in BlackList for %chan%."
  116. set black(say.en.badchan.9) "Channels blacklisted for %chan% are :"
  117. set black(say.en.badchan.10) "%msg%"
  118. set black(say.en.badchan.11) "Use :del <number>"
  119. set black(say.en.badchan.12) "I removed for %chan% channel with number : %msg.1%"
  120. set black(say.en.badchan.13) "Please verify with command: %char%badchan <list>"
  121. set black(say.en.badchan.14) "You are sitting in a channel considered to be forbidden."
  122. set black(say.en.badchan.15) "You got banned on %chan% because you were found sitting in a channel considered to be forbidden. The forbidden channel is : %bchan%"
  123. ################################# AntitaKe ######################################
  124. set black(say.en.antitake.1) "You cannot give DEOP because you are not in my database with access."
  125. set black(say.en.antitake.2) "You cannot give OP because you are not in my database with access."
  126. ################################# anunt ######################################
  127. set black(say.en.anunt.1) "Use : %char%anunt <chan> <on> / <off> / <add> <message> / <list> / <del> <number> | %char%anunt <on> / <off> / <add> <message> / <list> / <del> <number>"
  128. set black(say.en.anunt.2) "Use : %botnick% anunt <chan> <on> / <off> / <add> <message> / <list> / <del> <number> | %botnick% anunt <on> / <off> / <add> <message> / <list> / <del> <number>"
  129. set black(say.en.anunt.3) "Use :%char%anunt <on> / <off> / <add> <message> / <list> / <del> <number>"
  130. set black(say.en.anunt.4) "Use :%botnick% anunt <on> / <off> / <add> <message> / <list> / <del> <number>"
  131. set black(say.en.anunt.5) "I enabled ANUNT MODULE on %chan%."
  132. set black(say.en.anunt.6) "I disabled ANUNT MODULE on %chan%."
  133. set black(say.en.anunt.7) "I added the next announce for %chan%:"
  134. set black(say.en.anunt.8) "%msg%"
  135. set black(say.en.anunt.9) "There are no announces for %chan%"
  136. set black(say.en.anunt.10) "List of announces for %chan% is:"
  137. set black(say.en.anunt.11) "Use :del <number>."
  138. set black(say.en.anunt.12) "I erased the announce with number :%msg.1% for %chan%."
  139. set black(say.en.anunt.13) "Please verify with command: %char%anunt list"
  140. ################################# AutoBroadcast ######################################
  141. set black(say.en.autobroadcast.1) "Use %char%bt <on> / <off> / <add> <broadcast> / <list> / <del> <number> ."
  142. set black(say.en.autobroadcast.2) "Use %botnick% bt <on> / <off> / <add> <broadcast> / <list> / <del> <number> ."
  143. set black(say.en.autobroadcast.3) "AutoBroadcast is already enabled."
  144. set black(say.en.autobroadcast.4) "I enabled AUTOBROADCAST MODULE"
  145. set black(say.en.autobroadcast.5) "I disabled AUTOBROADCAST MODULE"
  146. set black(say.en.autobroadcast.6) "Added a broadcast in my database"
  147. set black(say.en.autobroadcast.7) "%msg%"
  148. set black(say.en.autobroadcast.8) "There are no broadcasts in my list..."
  149. set black(say.en.autobroadcast.9) "Broadcasts List is:"
  150. set black(say.en.autobroadcast.10) "Use :del <number>. To list broadcasts type %char%bt list"
  151. set black(say.en.autobroadcast.11) "I erased broadcast with number :%msg.1%"
  152. ################################# limit ######################################
  153. set black(say.en.limit.1) "Use : %char%limit <chan> <on> / <set> <number> / <off> | %char%limit <on> / <set> <number> / <off>"
  154. set black(say.en.limit.2) "Use : %botnick% limit <chan> <on> / <set> <number> / <off> | %botnick% limit <on> / <set> <number> / <off>"
  155. set black(say.en.limit.3) "Use : %char%limit <on> | <set> <number> | <off>"
  156. set black(say.en.limit.4) "Use :%botnick% limit <on> | <set> <number> | <off>"
  157. set black(say.en.limit.5) "I enabled LIMIT MODULE on %chan%."
  158. set black(say.en.limit.6) "I set default limit to +10."
  159. set black(say.en.limit.7) "I disabled LIMIT MODULE on %chan%."
  160. set black(say.en.limit.8) "Use :set <number>"
  161. set black(say.en.limit.9) "You cannot set limit less than 2."
  162. set black(say.en.limit.10) "Setting limit to 2."
  163. set black(say.en.limit.11) "You cannot set limit higher than 500."
  164. set black(say.en.limit.12) "Setting limit to %msg.1%"
  165. ################################# Topic ######################################
  166. set black(say.en.topic.1) "Use : %char%topic <chan> save / list / add <topic> / del <number> / set <number> | %char% topic save / list / add <topic> / del <number> / set <number>"
  167. set black(say.en.topic.2) "Use : %botnick% topic <chan> save / list / add <topic> / del <number> / set <number> | %botnick% topic save / list / add <topic> / del <number> / set <number>"
  168. set black(say.en.topic.3) "Use : %char% topic save / list / add <topic> / del <number> / set <number>"
  169. set black(say.en.topic.4) "Use : %botnick% topic save / list / add <topic> / del <number> / set <number>"
  170. set black(say.en.topic.5) "I cannot save topic because is empty."
  171. set black(say.en.topic.6) "Saving current topic..."
  172. set black(say.en.topic.7) "Saving topic for %chan%..."
  173. set black(say.en.topic.8) "There are no topic saved on %chan%"
  174. set black(say.en.topic.9) "Topic List for %chan% is:"
  175. set black(say.en.topic.10) "%msg%"
  176. set black(say.en.topic.11) "Use :del <number> ( removing the topic )"
  177. set black(say.en.topic.12) "I erased topic with number %msg.1% in %chan% from my Topic List"
  178. set black(say.en.topic.13) "Use :set <number> ( setting the topic )"
  179. set black(say.en.topic.14) "Setting topic with number %msg.1% on %chan%"
  180. ################################# Seen ######################################
  181. set black(say.en.seen.1) "Use : %char%seen <chan> <nick>/<host> | %char%seen <nick>/<host>"
  182. set black(say.en.seen.2) "Use : %botnick% seen <chan> <nick>/<host> | %botnick% seen <nick>/<host>"
  183. set black(say.en.seen.3) "Use : %char%seen <nick>/<host>"
  184. set black(say.en.seen.4) "Use : %botnick% seen <nick>/<host>"
  185. set black(say.en.seen.5) "Wait 1 minute to search."
  186. set black(say.en.seen.6) "%msg.1% look in a mirror"
  187. set black(say.en.seen.7) "%msg.1% is already on %chan%"
  188. set black(say.en.seen.8) "i have no record how long it stayed."
  189. set black(say.en.seen.9) "after it stayed %staytime% on %chan%."
  190. set black(say.en.seen.10) "%userentry% is still here."
  191. set black(say.en.seen.11) "I cannot see %userentry% right now on %chan%"
  192. set black(say.en.seen.12) "%entry% (%host%) has part from %chan% about %output% %date% ago, with message: %reason%, %staymsg%"
  193. set black(say.en.seen.13) "%entry% (%host%) has quit IRC %output% %date% ago, with message: %reason%, %staymsg%"
  194. set black(say.en.seen.14) "%entry% (%host%) has entered on %chan% %output% %date%.%nowon% ago"
  195. set black(say.en.seen.15) "%entry% (%host%) has quit in *.net *.split %output% %date% ago, %staymsg%"
  196. set black(say.en.seen.16) "%entry% (%host%) has been kicked of %chan% %output% %date% ago with reason (%reason%), %staymsg%"
  197. set black(say.en.seen.17) "%entry% (%host%) changed his/her nick in %newnick% %output% %date%.%nowon% ago"
  198. set black(say.en.seen.18) "I have not seen %msg.1% lately"
  199. ################################# greet ######################################
  200. set black(say.en.greet.1) "GLOBAL : Use %char%greet <chan> <on> | <off> | <add> <message> | <list> | <del> <number>"
  201. set black(say.en.greet.2) "LOCAL : Use %char%greet <on> | <off> | <add> <message> | <list> | <del> <number>"
  202. set black(say.en.greet.3) "GLOBAL: Use %botnick% greet <chan> <on> | <off> | <add> <message> | <list> | <del> <number>"
  203. set black(say.en.greet.4) "LOCAL : Use %botnick% greet <on> | <off> | <add> <message> | <list> | <del> <number>"
  204. set black(say.en.greet.5) "Use %char%greet <on> | <off> | <add> <message> | <list> | <del> <number>"
  205. set black(say.en.greet.6) "Use %botnick% greet <on> | <off> | <add> <message> | <list> | <del> <number>"
  206. set black(say.en.greet.7) "You have enabled GREET MODULE on %chan% .To add a greet use: %char%greet add <message> | %botnick% greet add <message>. You may add as many as you want."
  207. set black(say.en.greet.8) "I disabled GREET MODULE on %chan%."
  208. set black(say.en.greet.9) "I added the next greet message for %chan%:"
  209. set black(say.en.greet.10) "%msg%"
  210. set black(say.en.greet.11) "There are no greets for %chan%"
  211. set black(say.en.greet.12) "Greet List for %chan% is:"
  212. set black(say.en.greet.13) "Use :del <number>. To list the greets and their numbers type %char%greet list"
  213. set black(say.en.greet.14) "I erased the greet message with number :%msg.1% for %chan%."
  214. set black(say.en.greet.15) "Please verify with the command: %char%greet list"
  215. ################################# Leave ######################################
  216. set black(say.en.leave.1) "GLOBAL : Use %char%leave <chan> <on> | <off> | <add> <message> | <list> | <del> <number>"
  217. set black(say.en.leave.2) "LOCAL : Use %char%leave <on> | <off> | <add> <message> | <list> | <del> <number"
  218. set black(say.en.leave.3) "GLOBAL: Use %botnick% leave <chan> <on> | <off> | <add> <message> | <list> | <del> <number>"
  219. set black(say.en.leave.4) "LOCAL : Use %botnick% leave <on> | <off> | <add> <message> | <list> | <del> <number>"
  220. set black(say.en.leave.5) "Use %char%leave <on> | <off> | <add> <message> | <list> | <del> <number>"
  221. set black(say.en.leave.6) "Use %botnick% leave <on> | <off> | <add> <message> | <list> | <del> <number>"
  222. set black(say.en.leave.7) "You have enabled LEAVE MODULE on %chan% .To add a leave message type %char%leave add <message> | %botnick% greet leave <message>. You may add as many as you want."
  223. set black(say.en.leave.8) "I disabled LEAVE MODULE on %chan%."
  224. set black(say.en.leave.9) "I added the next leave message for %chan%:"
  225. set black(say.en.leave.10) "%msg%"
  226. set black(say.en.leave.11) "There are no leave messages for %chan%"
  227. set black(say.en.leave.12) "Leave List for %chan% is:"
  228. set black(say.en.leave.13) "Use :del <number>. To list the leaves and their numbers type %char%leave list"
  229. set black(say.en.leave.14) "I erased the leave message with number :%msg.1% for %chan%."
  230. set black(say.en.leave.15) "Please verify with the command: %char%leave list"
  231. ################################# Idle ######################################
  232. set black(say.en.idle.1) "GLOBAL :Use %char%idle <chan> <on>/<off> | %char%idle <chan> op <on>/<off> | %char%idle <chan> voice <on>/<off> | %char%idle <chan> add <nick>"
  233. set black(say.en.idle.2) "LOCAL :Use %char%idle <on>/<off> | %char%idle op <on>/<off> | %char%idle voice <on>/<off> | %char%idle add <nick>"
  234. set black(say.en.idle.3) "GLOBAL :Use %botnick% idle <chan> <on>/<off> | %botnick% idle <chan> op <on>/<off> | %botnick% idle <chan> voice <on>/<off> | %botnick% idle <chan> add <nick>"
  235. set black(say.en.idle.4) "LOCAL :Use %botnick% idle <on>/<off> | %botnick% idle op <on>/<off> | %botnick% idle voice <on>/<off> | %botnick% idle add <nick>"
  236. set black(say.en.idle.5) "Use %char%idle <on>/<off> | %char%idle op <on>/<off> | %char%idle voice <on>/<off> | %char%idle add <nick>"
  237. set black(say.en.idle.6) "Use %botnick% idle <on>/<off> | %botnick% idle op <on>/<off> | %botnick% idle voice <on>/<off> | %botnick% idle add <nick>"
  238. set black(say.en.idle.7) "I enabled ANTI-IDLE MODULE on %chan%, to have it work please activate one of these functions : %char%idle op <on>/<off> (idle-deop) | %char%idle voice <on/<off> (idle-devoice)"
  239. set black(say.en.idle.8) "I disabled ANTI-IDLE MODULE on %chan%"
  240. set black(say.en.idle.9) "Use : op <on>/<off>"
  241. set black(say.en.idle.10) "First enable ANTI-IDLE MODULE with command: %char%idle on"
  242. set black(say.en.idle.11) "I enabled idle-deop on %chan%"
  243. set black(say.en.idle.12) "I disabled idle-deop on %chan%"
  244. set black(say.en.idle.13) "Use : voice <on>/<off>"
  245. set black(say.en.idle.14) "I enabled idle-devoice on %chan%"
  246. set black(say.en.idle.15) "I disabled idle-devoice on %chan%"
  247. set black(say.en.idle.16) "Use add <nick>"
  248. set black(say.en.idle.17) "%msg.1% is not on %chan%."
  249. set black(say.en.idle.18) "%msg.1% is already in my database, adding as an exception only.."
  250. set black(say.en.idle.19) "I have added as an exception %msg.1% with host %msg.2% on %chan%."
  251. ################################# AntiBotIdle ######################################
  252. set black(say.en.antibotidle.1) "Use %char%botidle <on> | <off> ."
  253. set black(say.en.antibotidle.2) "Use %botnick% botidle <on> | <off> ."
  254. set black(say.en.antibotidle.3) "AntiBotIdle is already enabled."
  255. set black(say.en.antibotidle.4) "I enabled ANTIBOTIDLE MODULE"
  256. set black(say.en.antibotidle.5) "I disabled ANTIBOTIDLE MODULE"
  257. ################################################################################
  258. #
  259. # COMMANDS
  260. #
  261. ################################################################################
  262. #################################### myset ####################################
  263. set black(say.en.myset.1) "I set your language to %msg.1%"
  264. set black(say.en.myset.2) "I set your output to %msg.1%"
  265. set black(say.en.myset.3) "Use :%char%myset <lang> <RO> / <EN> | <output> <CHAN> / <NOTICE>"
  266. set black(say.en.myset.4) "Use :%botnick% myset <lang> <RO> / <EN> | <output> <CHAN> / <NOTICE>"
  267. #################################### dr #######################################
  268. set black(say.en.dr.1) "Use : %char%dr <chan> <nick>/<host> | %char%dr <nick>/<host>"
  269. set black(say.en.dr.2) "Use : %botnick% dr <chan> <nick>/<host> | %botnick% dr <nick>/<host>"
  270. set black(say.en.dr.3) "Use : %char%dr <nick>/<host>"
  271. set black(say.en.dr.4) "Use : %botnick% dr <nick>/<host>"
  272. set black(say.en.dr.5) "You are infected, join #nohack for help ! For unban join #unban !"
  273. ################################### bot #######################################
  274. set black(say.en.bot.1) "Use : %char%bot <chan> <nick>/<host> | %char%bot <nick>/<host>"
  275. set black(say.en.bot.2) "Use : %botnick% bot <chan> <nick>/<host> | %botnick% bot <nick>/<host>"
  276. set black(say.en.bot.3) "Use : %char%bot <nick>/<host>"
  277. set black(say.en.bot.4) "Use : %botnick% bot <nick>/<host>"
  278. set black(say.en.bot.5) "BOT Detected ! If you are not a BOT contact an operator online for unban !"
  279. ################################## b #####################################
  280. set black(say.en.b.1) "Use : %char%b <chan> <nick>/<host> <time> <reason> | %char%b <nick>/<host> <time> <reason>"
  281. set black(say.en.b.2) "Global Ban : %char%b <nick>/<host> <time> global <reason>"
  282. set black(say.en.b.3) "Use : %botnick% b <chan> <nick>/<host> <time> <reason> | %botnick% b <nick>/<host> <time> <reason>"
  283. set black(say.en.b.4) "Globan Ban : %botnick% b <nick>/<host> <time> global <reason>"
  284. set black(say.en.b.5) "Use : %char%b <nick>/<host> <time> <reason>"
  285. set black(say.en.b.6) "Use : %botnick% bot <nick>/<host> <time> <reason>"
  286. set black(say.en.b.7) "Added ban on :%msg.1% in :%chan% for :%msg.2% minutes"
  287. set black(say.en.b.8) "Added a global ban on host :%msg.1% for :%msg.2% minutes"
  288. set black(say.en.b.9) "You are banned!"
  289. ################################## n #####################################
  290. set black(say.en.n.1) "Use : %char%n <chan> <nick> | %char%n <nick>"
  291. set black(say.en.n.2) "Use : %botnick% n <chan> <nick> | %botnick% b <nick>"
  292. set black(say.en.n.3) "Use : %char%n <nick>"
  293. set black(say.en.n.4) "Use : %botnick% n <nick>"
  294. set black(say.en.n.5) "Your nickname is considered to be improper. Please change it and come back after !"
  295. ################################## id ####################################
  296. set black(say.en.id.1) "Use : %char%id <chan> <nick> | %char%id <nick>"
  297. set black(say.en.id.2) "Use : %botnick% id <chan> <nick> | %botnick% id <nick>"
  298. set black(say.en.id.3) "Use : %char%id <nick>"
  299. set black(say.en.id.4) "Use : %botnick% id <nick>"
  300. set black(say.en.id.5) "Your IDENT is considered to be improper. Please change it and come back after !"
  301. ################################## black #################################
  302. set black(say.en.black.1) "Use : %char%black <chan> <nick>/<host> <reason> | %char%black <nick>/<host> <reason>"
  303. set black(say.en.black.2) "Use : %botnick% black <chan> <nick>/<host> <reason> | %botnick% black <nick>/<host> <reason>"
  304. set black(say.en.black.3) "Use : %char%black <nick>/<host> <reason>"
  305. set black(say.en.black.4) "Use : %botnick% black <nick>/<host> <reason>"
  306. set black(say.en.black.5) "Out - Unallowed !"
  307. ################################## w #####################################
  308. set black(say.en.w.1) "Use : %char%w <chan> <nick> | %char%w <nick>"
  309. set black(say.en.w.2) "Use : %botnick% w <chan> <nick> | %botnick% w <nick>"
  310. set black(say.en.w.3) "Use : %char%w <nick>"
  311. set black(say.en.w.4) "Use : %botnick% w <nick>"
  312. set black(say.en.w.5) "You have been warned, please watch your behavior !"
  313. set black(say.en.w.6) "This is the last warning. You are breaking one of our rules, available at website of channel (get it from topic). Thanks."
  314. ################################# spam ###################################
  315. set black(say.en.spam.1) "Use : %char%spam <chan> <nick>/<host> | %char%spam <nick>/<host>"
  316. set black(say.en.spam.2) "Use : %botnick% spam <chan> <nick>/<host> | %botnick% spam <nick>/<host>"
  317. set black(say.en.spam.3) "Use : %char%spam <nick>/<host>"
  318. set black(say.en.spam.4) "Use : %botnick% spam <nick>/<host>"
  319. set black(say.en.spam.5) "You were caught making spam, join #nohack for help !"
  320. ################################# k #######################################
  321. set black(say.en.k.1) "Use : %char%k <chan> <nick> <reason> | %char%k <nick> <reason>"
  322. set black(say.en.k.2) "Use : %botnick% k <chan> <nick> <reason> | %botnick% k <nick> <reason>"
  323. set black(say.en.k.3) "Use : %char%k <nick> <reason>"
  324. set black(say.en.k.4) "Use : %botnick% k <nick> <reason>"
  325. set black(say.en.k.5) "You just got lucky this time !"
  326. ################################# gag ######################################
  327. set black(say.en.gag.1) "Use : %char%gag <chan> <nick> | %char%gag <nick>"
  328. set black(say.en.gag.2) "Use : %botnick% gag <chan> <nick> | %botnick% gag <nick>"
  329. set black(say.en.gag.3) "Use : %char%gag <nick>"
  330. set black(say.en.gag.4) "Use : %botnick% gag <nick>"
  331. set black(say.en.gag.5) "%msg.1% you have being silenced.Wait to receive unban on %chan% to speak again."
  332. ################################ bw #########################################
  333. set black(say.en.bw.1) "Use : %char%bw <chan> <nick>/<host> | %char%bw <nick>/<host>"
  334. set black(say.en.bw.2) "Use : %botnick% bw <chan> <nick>/<host> | %botnick% bw <nick>/<host>"
  335. set black(say.en.bw.3) "Use : %char%bw <nick>/<host>"
  336. set black(say.en.bw.4) "Use : %botnick% bw <nick>/<host>"
  337. set black(say.en.bw.5) "You have no rights to use such a language !"
  338. ############################### sb ##########################################
  339. set black(say.en.sb.1) "Use : %char%sb <chan> <host> | %char%sb <host>"
  340. set black(say.en.sb.2) "Use : %botnick% sb <chan> <host> | %botnick% sb <host>"
  341. set black(say.en.sb.3) "Use : %char%sb <host>"
  342. set black(say.en.sb.4) "Use : %botnick% sb <host>"
  343. set black(say.en.sb.5) "4Global Ban : 1%msg.1% | 4Set by : 12%msg.2% | 4Reason : 1%msg.5% | 4Created in : 1%msg.3% | 4Expire in : 1permanent , sticky"
  344. set black(say.en.sb.6) "4Global Ban : 1%msg.1% | 4Set by : 1%msg.2% | 4Reason : 1%msg.5% | 4Created in : 1%msg.3% | 4Expire in : 1permanent"
  345. set black(say.en.sb.7) "4Global Ban : 1%msg.1% | 4Set by : 1%msg.2% | 4Reason : 1%msg.5% | 4Created in : 1%msg.3% | 4Expire in : 1%msg.4% ,sticky"
  346. set black(say.en.sb.8) "4Global Ban : 12%msg.1% | 4Set by : 12%msg.2% | 4Reason : 12%msg.5% | 4Created in : 12%msg.3% | 4Expire in : 12%msg.4%"
  347. set black(say.en.sb.9) "4Local Ban : 1%msg.1% | 4Set by : 12%msg.2% | 4Reason : 1%msg.5% | 4Created in : 1%msg.3% | 4Expire in : 1permanent , sticky"
  348. set black(say.en.sb.10) "4Local Ban : 1%msg.1% | 4Set by : 1%msg.2% | 4Reason : 1%msg.5% | 4Created in : 1%msg.3% | 4Expire in : 1permanent"
  349. set black(say.en.sb.11) "4Local Ban : 1%msg.1% | 4Set by : 1%msg.2% | 4Reason : 1%msg.5% | 4Created in : 1%msg.3% | 4Expire in : 1%msg.4% ,sticky"
  350. set black(say.en.sb.12) "4Local Ban : 12%msg.1% | 4Set by : 12%msg.2% | 4Reason : 12%msg.5% | 4Creat in data de : 12%msg.3% | 4Expire in : 12%msg.4%"
  351. set black(say.en.sb.13) "I have not found anything in my list."
  352. ############################### d ###########################################
  353. set black(say.en.d.1) "Use : %char%d <chan> <days number> <nick>/<host> <reason> | %char%d <days number> <nick>/<host> <reason>"
  354. set black(say.en.d.2) "Use : %botnick% d <chan> <days number> <nick>/<host> <reason> | %botnick% d <days number> <nick>/<host> <reason>"
  355. set black(say.en.d.3) "Use : %char%d <days number> <nick>/<host> <reason>"
  356. set black(say.en.d.4) "Use : %botnick% d <days number> <nick>/<host> <reason>"
  357. set black(say.en.d.5) "These is how we BAN in days :)"
  358. ############################### stick ########################################
  359. set black(say.en.stick.1) "Use : %char%stick <chan> <nick>/<host> <time> <reason> | %char%stick <nick>/<host> <time> <reason>"
  360. set black(say.en.stick.2) "Use : %botnick% stick <chan> <nick>/<host> <time> <reason> | %botnick% stick <nick>/<host> <time> <reason>"
  361. set black(say.en.stick.3) "Use : %char%stick <nick>/<host> <time> <reason>"
  362. set black(say.en.stick.4) "Use : %botnick% stick <nick>/<host> <time> <reason>"
  363. set black(say.en.stick.5) "A sticky ban :)"
  364. ################################ t ###########################################
  365. set black(say.en.t.1) "Use : %char%t <chan> <topic> | %char% t <topic>"
  366. set black(say.en.t.2) "Use : %botnick% t <chan> <topic> | %botnick% t <topic>"
  367. set black(say.en.t.3) "Use : %char%t <topic>"
  368. set black(say.en.t.4) "Use : %botnick% t <topic>"
  369. ############################### status #######################################
  370. set black(say.en.status.1) "I am started for :%msg%"
  371. set black(say.en.status.2) "I am connected to server :%msg%"
  372. set black(say.en.status.3) "I am online for :%msg%"
  373. set black(say.en.status.4) "Channels in my memory are: %msg%"
  374. set black(say.en.status.5) "Servers' Uptime is: %msg%"
  375. ################################ i ##########################################
  376. set black(say.en.i.1) "%msg.1% is already on %chan%."
  377. set black(say.en.i.2) "Inviting %msg.1% on %chan%."
  378. set black(say.en.i.3) "Use : %char%i <chan> <nick1> <nick2>.. | %char%i <nick1> <nick2>.."
  379. set black(say.en.i.4) "Use : %botnick% i <chan> <nick1> <nick2>.. | %botnick% i <nick1> <nick2>.."
  380. set black(say.en.i.5) "Use : %char%i <nick1> <nick2>.."
  381. set black(say.en.i.6) "Use : %botnick% i <nick1> <nick2>.."
  382. set black(say.en.i.7) "You are invited on %chan% by %nick% , if you want to enter type: /join %chan% . Thank You"
  383. ################################ addinfo ###################################
  384. set black(say.en.addinfo.1) "Use : %char%addinfo <newinfo> to turn off: %char%addinfo off"
  385. set black(say.en.addinfo.2) "Use : %botnick% addinfo <newinfo> to turn off %botnick% addinfo off"
  386. set black(say.en.addinfo.3) "I set info OFF"
  387. set black(say.en.addinfo.4) "I set info : %msg%"
  388. ################################ purge #####################################
  389. set black(say.en.purge.1) "Please specify a reason."
  390. set black(say.en.purge.2) "I deleted %chan% from my list."
  391. ################################## l ########################################
  392. set black(say.en.l.1) "Use : %char%l <chan> <seconds> | %char%l <seconds>"
  393. set black(say.en.l.2) "Use : %botnick% l <chan> <seconds> | %botnick% l <seconds>"
  394. set black(say.en.l.3) "Use : %char%l <seconds>"
  395. set black(say.en.l.4) "Use : %botnick% l <seconds>"
  396. set black(say.en.l.5) "The value is too much.Please use a value under 300 seconds (5 minutes)!"
  397. set black(say.en.l.6) "I set +%msg.1% on %chan% for %msg.2% seconds"
  398. ################################## chat #####################################
  399. set black(say.en.chat.1) "I sent the CHAT request."
  400. ################################## ul ######################################
  401. set black(say.en.ul.1) "I have unlocked the modes +%msg.1% from %chan% in case that were set"
  402. ################################## say #####################################
  403. set black(say.en.say.1) "Use : %char%say <chan> <message> | %char%say <message>"
  404. set black(say.en.say.2) "Use : %botnick% say <chan> <message> | %botnick% say <message>"
  405. set black(say.en.say.3) "Use : %char%say <message>"
  406. set black(say.en.say.4) "Use : %botnick% say <message>"
  407. ################################## act ######################################
  408. set black(say.en.act.1) "Use : %char%act <chan> <message> | %char%act <message>"
  409. set black(say.en.act.2) "Use : %botnick% act <chan> <message> | %botnick% act <message>"
  410. set black(say.en.act.3) "Use : %char%act <message>"
  411. set black(say.en.act.4) "Use : %botnick% act <message>"
  412. ################################## broadcast ################################
  413. set black(say.en.broadcast.1) "Use : %char%broadcast <text>"
  414. set black(say.en.broadcast.2) "Use : %botnick% broadcast <text>"
  415. ################################## check ####################################
  416. set black(say.en.check.1) "Use : %char%check <nick>"
  417. set black(say.en.check.2) "Use : %botnick% check <nick>"
  418. set black(say.en.check.3) "You are being checked, please do not reply to this message !"
  419. ################################## version ##################################
  420. set black(say.en.version.1) "1SCRIPT VERSION : 4BlackToolS 2.3 1Created by 12BLaCkShaDoW . 1For other details ---=1 4WwW.TclScripts.Net 1or 4#TCL-HELP @ UNDERNET"
  421. ################################# ub ######################################
  422. set black(say.en.ub.1) "Use : %char%ub <chan> <host> | %char%ub <host>"
  423. set black(say.en.ub.2) "Use : %botnick% ub <chan> <host> | %botnick% ub <host>"
  424. set black(say.en.ub.3) "Use : %char%ub <host>"
  425. set black(say.en.ub.4) "Use : %botnick% ub <host>"
  426. set black(say.en.ub.5) "You cannot unban this ban.Requires Senior+ level"
  427. set black(say.en.ub.6) "Unbaned %msg.1% from my global banlist"
  428. set black(say.en.ub.7) "There is no such a ban in my global database"
  429. set black(say.en.ub.8) "Unbaned %msg.1% from %chan% banlist"
  430. set black(say.en.ub.9) "There is no such a ban in my database"
  431. set black(say.en.ub.10) "%msg.1% has unbaned the host %msg.2% from channel %chan%."
  432. ################################## away ###################################
  433. set black(say.en.away.1) "Use %char%away <text> / To turn off type : %char%away off"
  434. set black(say.en.away.2) "Use %botnick% away <text> / To turn off type : %botnick% away off"
  435. set black(say.en.away.3) "I set my AWAY OFF"
  436. set black(say.en.away.4) "I set my AWAY to:%msg%."
  437. ################################## mode ###################################
  438. set black(say.en.mode.1) "Use : %char%mode <chan> +mode | %char%mode +mode"
  439. set black(say.en.mode.2) "Use : %botnick% mode <chan> +mode | %botnick% mode +mode"
  440. set black(say.en.mode.3) "set : %char%mode +mode"
  441. set black(say.en.mode.4) "Use : %botnick% mode +mode"
  442. set black(say.en.mode.5) "Use : %char%mode +mode"
  443. set black(say.en.mode.6) "Done! Modes %msg.1% applied on %chan%."
  444. ################################### set ###################################
  445. set black(say.en.set.1) "Use : %char%set <chan> +flag / %char%set <chan> flag 0:0 | %char%set +flag / %char%set flag 0:0"
  446. set black(say.en.set.2) "Use : %botnick% set <chan> +flag / %botnick% set <chan> flag 0:0 | %botnick% set +flag / %botnick% set flag 0:0"
  447. set black(say.en.set.3) "Use : %char%set +flag / %char%set flag 0:0"
  448. set black(say.en.set.4) "Use : %botnick% set +flag / %botnick% set flag 0:0"
  449. set black(say.en.set.5) "1ERROR setting 12 %msg.1%  1on %chan%."
  450. set black(say.en.set.6) "1Set 12 %msg.1%  1on %chan%"
  451. set black(say.en.set.7) "1ERROR setting1 12%msg.1% 4 %msg.set%  1on %chan%."
  452. set black(say.en.set.8) "1Set1 4%msg.1% 12 %msg.set%  1on %chan%"
  453. #################################### ignore ################################
  454. set black(say.en.ignore.1) "Use %char%ignore <list> | <add> <host> <time> <reason> | <delete> <host> ."
  455. set black(say.en.ignore.2) "Use %botnick% ignore <list> | <add> <host> <time> <reason> | <delete> <host> ."
  456. set black(say.en.ignore.3) "There are no ignores."
  457. set black(say.en.ignore.4) "12%msg.1% 1by :12%msg.2%1 1reason :12%msg.6% 1Expires at :12%msg.3%"
  458. set black(say.en.ignore.5) "1Error.%msg.1% has ignore already."
  459. set black(say.en.ignore.6) "Added ignore on %msg.1% with reason :%msg.7% for :%msg.2% minutes"
  460. set black(say.en.ignore.7) "Use %char%ignore delete <mask>"
  461. set black(say.en.ignore.8) "Error.%msg.1% has no ignore."
  462. set black(say.en.ignore.9) "I removed ignore for %msg.1%."
  463. ################################## show ####################################
  464. set black(say.en.show.1) "Use : %char%show <chan> <flag> | %char%show <flag>"
  465. set black(say.en.show.2) "Use : %botnick% show <chan> <flag> | %botnick% show <flag>"
  466. set black(say.en.show.3) "Use : %char%show <flag>"
  467. set black(say.en.show.4) "Use : %botnick% show <flag>"
  468. set black(say.en.show.5) "I could not obtain informations for %msg.1%."
  469. set black(say.en.show.6) "4%msg.1% 1is set to: %msg.8%"
  470. ################################## silence ####################################
  471. set black(say.en.silence.1) "Use : %char%silence <on> | <off>"
  472. set black(say.en.silence.2) "Use : %botnick% silence <on> | <off>"
  473. set black(say.en.silence.3) "SILENCE +*!*@* Enabled"
  474. set black(say.en.silence.4) "SILENCE +*!*@* Disabled"
  475. ################################## msg #######################################
  476. set black(say.en.msg.1) "Use %char%msg <nick> <text>"
  477. set black(say.en.msg.2) "Use %botnick% msg <nick> <text>"
  478. ################################## reset #####################################
  479. set black(say.en.reset.1) "Use : %char%reset <chan> <flag> / <all> | %char%reset <flag> / <all>"
  480. set black(say.en.reset.2) "Use : %botnick% reset <chan> <flag> / <all> | %botnick% reset <flag> / <all>"
  481. set black(say.en.reset.3) "Use : %char% reset <flag> / <all>"
  482. set black(say.en.reset.4) "Use : %botnick% reset <flag> / <all>"
  483. set black(say.en.reset.5) "I reset reasons & bans for %chan%.."
  484. set black(say.en.reset.6) "I could not reset %msg.1%"
  485. set black(say.en.reset.7) "I reset %msg.1% for %chan%"
  486. ##################################banlist#####################################
  487. set black(say.en.banlist.1) "Use : %char%banlist <chan> <user> | %char%banlist <user>"
  488. set black(say.en.banlist.2) "GLOBAL : %char%banlist global"
  489. set black(say.en.banlist.3) "Use : %botnick% banlist <chan> <user> | %botnick% banlist <user> "
  490. set black(say.en.banlist.4) "GLOBAL : %botnick% banlist global"
  491. set black(say.en.banlist.5) "Use : %char%banlist <user>"
  492. set black(say.en.banlist.6) "Use : %botnick% banlist <user>"
  493. set black(say.en.banlist.7) "1*** NONE ***"
  494. set black(say.en.banlist.8) "1*** End of list ***"
  495. set black(say.en.banlist.9) "1Global Ban List is:"
  496. set black(say.en.banlist.10) "12%msg.1% 1by: 12%msg.2% 1Reason : 12%msg.5% 1Expire in : 12%msg.4% 1Created in : 12%msg.3%"
  497. set black(say.en.banlist.11) "1Banlist for %msg.1% (%chan%) is:"
  498. set black(say.en.banlist.12) "12%msg.1% 1Reason : 12%msg.6% 1Expire in : 12%msg.3% 1Created in : 12%msg.2%"
  499. ################################## secure ####################################
  500. set black(say.en.secure.1) "Use %char%secure <chan> <on> / <off> | %char%secure <on> / <off> "
  501. set black(say.en.secure.2) "Use : %botnick% secure <chan> <on> / <off> | %botnick% secure <on> / <off>"
  502. set black(say.en.secure.3) "Use : %char%secure <on> / <off>"
  503. set black(say.en.secure.4) "Use : %botnick% secure <on> / <off>"
  504. set black(say.en.secure.5) "I enabled all protections on %chan% .."
  505. set black(say.en.secure.6) "I disabled all protections on %chan% .."
  506. ################################ PRIVATE COMMANDS ##############################
  507. #
  508. #
  509. #
  510. ###############################################################################
  511. ################################### rehash #####################################
  512. set black(say.en.rehash.1) "Rehashing.."
  513. ################################### restart ####################################
  514. set black(say.en.restart.1) "Restarting.."
  515. ################################### save #######################################
  516. set black(say.en.save.1) "Saving files.."
  517. ################################### jump #######################################
  518. set black(say.en.jump.1) "Changing server..."
  519. ################################### die #######################################
  520. set black(say.en.die.1) "And there i go..:)"
  521. ################################### nick #####################################
  522. set black(say.en.nick.1) "Changing nick in %msg.1%"
  523. set black(say.en.nick.2) "Use : nick <newnick>"
  524. ################################### addchan ##################################
  525. set black(say.en.addchan.1) "Use : addchan #channel"
  526. set black(say.en.addchan.2) "%msg.1% is already in my channel list"
  527. set black(say.en.addchan.3) "Added %msg.1% in my channel list"
  528. set black(say.en.addchan.4) "Use : %botnick% addchan #channel"
  529. ################################### delchan ##################################
  530. set black(say.en.delchan.1) "Use : delchan #channel"
  531. set black(say.en.delchan.2) "%msg.1% is not in my memory"
  532. set black(say.en.delchan.3) "I removed %msg.1% from my channel list"
  533. set black(say.en.delchan.4) "Use : %botnick% delchan #channel"
  534. ################################### suspend ##################################
  535. set black(say.en.suspend.1) "Use : suspend #channel"
  536. set black(say.en.suspend.2) "%msg.1% is not in my memory"
  537. set black(say.en.suspend.3) "%msg.1% has already suspend"
  538. set black(say.en.suspend.4) "I set suspend for channel %msg.1%"
  539. set black(say.en.suspend.5) "Use : %botnick% suspend #channel"
  540. ################################### unsuspend ##################################
  541. set black(say.en.unsuspend.1) "Use : unsuspend #channel"
  542. set black(say.en.unsuspend.2) "%msg.1% is not in my memory"
  543. set black(say.en.unsuspend.3) "%msg.1% has no suspend"
  544. set black(say.en.unsuspend.4) "I set unsuspend for channel %msg.1%"
  545. set black(say.en.unsuspend.5) "Use : %botnick% unsuspend #channel"
  546. ################################### op ##########################################
  547. set black(say.en.op.1) "%msg.1% is not in my memory"
  548. set black(say.en.op.2) "%msg.1% has already op.."
  549. ################################### deop ########################################
  550. set black(say.en.deop.1) "%msg.1% is not in my memory"
  551. ################################### voice #######################################
  552. set black(say.en.voice.1) "%msg.1% is not in my memory"
  553. set black(say.en.voice.2) "%msg.1% has already voice.."
  554. ################################### devoice #####################################
  555. set black(say.en.devoice.1) "%msg.1% is not in my memory."
  556. ################################### invite ######################################
  557. set black(say.en.invite.1) "Use : invite <chan>"
  558. set black(say.en.invite.2) "You received invite on %chan% please rejoin !"
  559. ################################### add #########################################
  560. set black(say.en.add.1) "Use %char%add <level> <chan> <user1> <user2>.. (Level : voice, op, senior, admin, manager,protect) | %char%add <level> <user1> <user2>.. (Levels : voice, op, senior, admin, manager,protect)"
  561. set black(say.en.add.2) "Use : %botnick% add <level> <chan> <user1> <user2>.. (Level : voice, op, senior, admin, manager,protect) | %botnick% add <level> <user1> <user2>.. (Levels : voice, op, senior, admin, manager,protect)"
  562. set black(say.en.add.3) "Use : %char%add <level> <user1> <user2>.. (Levels : voice, op, senior, admin, manager,protect)"
  563. set black(say.en.add.4) "Use : %botnick% add <level> <user1> <user2>.. (Levels : voice, op, senior, admin, manager,protect)"
  564. set black(say.en.add.5) "There is already another user in my database with the same host.This is %msg.1%."
  565. set black(say.en.add.6) "You cannot add Manager Level because it is higher than your access level."
  566. set black(say.en.add.7) "You cannot add Admin Level because this is your access level."
  567. set black(say.en.add.8) "You cannot add Manager Level because this is your access level."
  568. set black(say.en.add.9) "%msg.1% has Manager access on %chan%."
  569. set black(say.en.add.10) "Added user %msg.1% with host :%msg.2%"
  570. set black(say.en.add.11) "%msg.1% has Admin access on %chan%."
  571. set black(say.en.add.12) "%msg.1% has Senior access on %chan%."
  572. set black(say.en.add.13) "%msg.1% has Op access on %chan%."
  573. set black(say.en.add.14) "%msg.1% has Voice access on %chan%."
  574. set black(say.en.add.15) "%msg.1% has Protect access on %chan%."
  575. set black(say.en.add.16) "%msg.1% has Owner access ."
  576. ################################### adduser #########################################
  577. set black(say.en.adduser.1) "Use %char%adduser <level> <chan> <nick1> <nick2>.. (Level : voice, op, senior, admin, manager,protect) | %char%adduser <level> <nick1> <nick2>.. (Levels : voice, op, senior, admin, manager,protect)"
  578. set black(say.en.adduser.2) "Use : %botnick% adduser <level> <chan> <nick1> <nick2>.. (Level : voice, op, senior, admin, manager,protect) | %botnick% adduser <level> <nick1> <nick2>.. (Levels : voice, op, senior, admin, manager,protect)"
  579. set black(say.en.adduser.3) "Use : %char%adduser <level> <nick1> <nick2>.. (Levels : voice, op, senior, admin, manager,protect)"
  580. set black(say.en.adduser.4) "Use : %botnick% adduser <level> <nick1> <nick2>.. (Levels: voice, op, senior, admin, manager,protect)"
  581. ################################### delacc #########################################
  582. set black(say.en.delacc.1) "Use %char%delacc <chan> <user1> <user2>.. | %char%delacc <user1> <user2>.."
  583. set black(say.en.delacc.2) "Use : %botnick% delacc <chan> <user1> <user2>.. | %botnick% delacc <user1> <user2>.."
  584. set black(say.en.delacc.3) "Use : %char%delacc <user1> <user2>.."
  585. set black(say.en.delacc.4) "Use : %botnick% delacc <user1> <user2>.."
  586. set black(say.en.delacc.5) "I removed access for %msg.1% on %chan%."
  587. #################################### del ###########################################
  588. set black(say.en.del.1) "Use : %char%del <user1> <user2>.."
  589. set black(say.en.del.2) "Use : %botnick% del <user1> <user2>.."
  590. set black(say.en.del.3) "I deleted %msg.1% out of my memory"
  591. ################################### addhost ########################################
  592. set black(say.en.addhost.1) "Use : %char%addhost <user1> <host>"
  593. set black(say.en.addhost.2) "Use : %botnick% addhost <user1> <host>"
  594. set black(say.en.addhost.3) "%msg.2% is already in database of %msg.1%."
  595. set black(say.en.addhost.4) "Added :%msg.2% to %msg.1%"
  596. ################################### delhost ########################################
  597. set black(say.en.delhost.1) "Use : %char%addhost <user1> <host>"
  598. set black(say.en.delhost.2) "Use : %botnick% addhost <user1> <host>"
  599. set black(say.en.delhost.3) "%msg.2% is not in database of %msg.1%."
  600. set black(say.en.delhost.4) "I removed host :%msg.2% from user :%msg.1%"
  601. ################################### chuser ########################################
  602. set black(say.en.chuser.1) "Use : %char%chuser <user> <newuser>"
  603. set black(say.en.chuser.2) "Use : %botnick% chuser <user> <newuser>"
  604. set black(say.en.chuser.3) "Changing %msg.1% in : %msg.2% ."
  605. ################################### userlist ########################################
  606. set black(say.en.userlist.1) "Use %char%userlist <chan> <all> / <op> / <voice> / <senior> / <admin> / <protect> / <manager> | %char%userlist <all> / <op> / <voice> / <senior> / <admin> / <protect> / <manager>"
  607. set black(say.en.userlist.2) "Use : %botnick% userlist <chan> <all> / <op> / <voice> / <senior> / <admin> / <protect> / <manager> | %botnick% userlist <all> / <op> / <voice> / <senior> / <admin> / <protect> / <manager>"
  608. set black(say.en.userlist.3) "Use : %char%userlist <all> / <op> / <voice> / <senior> / <admin> / <protect> / <manager>"
  609. set black(say.en.userlist.4) "Use : %botnick% userlist <all> / <op> / <voice> / <senior> / <admin> / <protect>"
  610. set black(say.en.userlist.5) "4I have 12%msg.1% 4users with Manager access."
  611. set black(say.en.userlist.6) "4Manager 12userlist 4is.."
  612. set black(say.en.userlist.7) "12%msg%"
  613. set black(say.en.userlist.8) "4I have 12%msg.1% 4users with Administrator access."
  614. set black(say.en.userlist.9) "4Administrator 12userlist 4is.."
  615. set black(say.en.userlist.10) "4I have 12%msg.1% 4users with Senior access."
  616. set black(say.en.userlist.11) "4Senior 12userlist 4is.."
  617. set black(say.en.userlist.12) "4I have 12%msg.1% 4users with Protect access."
  618. set black(say.en.userlist.13) "4Protect 12userlist 4is.."
  619. set black(say.en.userlist.14) "4I have 12%msg.1% 4users with Op access."
  620. set black(say.en.userlist.15) "4Op 12userlist 4is.."
  621. set black(say.en.userlist.16) "4BOSS OWNER :12%msg%"
  622. set black(say.en.userlist.17) "4Owner List :12%msg%"
  623. set black(say.en.userlist.18) "4I have 12%msg.1% 4users with Voice access."
  624. set black(say.en.userlist.19) "4Voice 12userlist 4is.."
  625. set black(say.en.userlist.20) "4I have 12%msg.1% 4users 4on %chan%"
  626. set black(say.en.userlist.21) "4Userlist is.."
  627. #################################### channels #####################################
  628. set black(say.en.channels.1) "I have %msg.1% channels.."
  629. set black(say.en.channels.2) "%msg%"
  630. #################################### info ########################################
  631. set black(say.en.info.1) "Use : %char%info <chan> <user1> | %char%info <user1>"
  632. set black(say.en.info.2) "Use : %botnick% info <chan> <user1> | %botnick% info <user1>"
  633. set black(say.en.info.3) "Use : %char%info <user1>"
  634. set black(say.en.info.4) "Use : %botnick% info <user1>"
  635. set black(say.en.info.5) "4It has access on :%msg%"
  636. set black(say.en.info.6) "4HOSTS: 1%msg%"
  637. set black(say.en.info.7) "4Last ONLINE seen : 1%msg%"
  638. set black(say.en.info.8) "4Informations about 1%msg.1%"
  639. set black(say.en.info.9) "4Current time : 1%msg%"
  640. set black(say.en.info.10) "Out of order - Suspended"
  641. set black(say.en.info.11) "4Access Level :1%msg.8% 12(%msg.1%)"
  642. set black(say.en.info.12) "4Info - 12%msg%"
  643. set black(say.en.info.13) "4Last modified by : 1%msg.1% in : 1%msg.8%"
  644. set black(say.en.info.14) "4Last ONLINE seen :1NONE"
  645. set black(say.en.info.15) "4To see the statistics for user %msg.1% type - 1%char%activ 4%msg.1% -"
  646. set black(say.en.info.16) "4End of informations.."
  647. set black(say.en.info.17) "4Last ONLINE seen :1%msg%"
  648. ################################## s #############################################
  649. set black(say.en.s.1) "Use %char%s <chan> <user1> | %char%s <user1>"
  650. set black(say.en.s.2) "Use : %botnick% s <chan> <user1> | %botnick% s <user1>"
  651. set black(say.en.s.3) "Use : %char%s <user1>"
  652. set black(say.en.s.4) "Use : %botnick% s <user1>"
  653. set black(say.en.s.5) "%msg.1% is already suspended on %chan%."
  654. set black(say.en.s.6) "I suspended %msg.1% access on %chan%"
  655. ################################## us #############################################
  656. set black(say.en.us.1) "Use %char%us <chan> <user1> | %char%us <user1>"
  657. set black(say.en.us.2) "Use : %botnick% us <chan> <user1> | %botnick% us <user1>"
  658. set black(say.en.us.3) "Use : %char%us <user1>"
  659. set black(say.en.us.4) "Use : %botnick% us <user1>"
  660. set black(say.en.us.5) "%msg.1% has no suspend on %chan%."
  661. set black(say.en.us.6) "I removed %msg.1% suspend on %chan%"
  662. ################################## ping ###########################################
  663. set black(say.en.ping.1) "Ping reply is %msg.1% seconds"
  664. ################################## time ###########################################
  665. set black(say.en.time.1) "Time is : %msg%"
  666. ################################## vers ###########################################
  667. set black(say.en.vers.1) "Use %char%vers <nick> ."
  668. set black(say.en.vers.2) "Use %botnick% vers <nick> ."
  669. set black(say.en.vers.3) "4%msg.1% has version : 12%msg.4%"
  670. ################################## whois ##########################################
  671. set black(say.en.whois.1) "Use :%char%whois <nick>"
  672. set black(say.en.whois.2) "Use :%botnick% whois <nick>"
  673. set black(say.en.whois.3) "4Informations about %msg.1% :%msg.4%"
  674. set black(say.en.whois.4) "4Is on these channels : 12%msg%"
  675. set black(say.en.whois.5) "There is no such a nick."
  676. ################################## clear ##########################################
  677. set black(say.en.clear.1) "Use %char%clear <chan> <banlist> / <userlist> | %char%clear <banlist> / <userlist>"
  678. set black(say.en.clear.2) "Use : %botnick% clear <chan> <banlist> / <userlist> | %botnick% clear <banlist> / <userlist>"
  679. set black(say.en.clear.3) "Use : %char%clear <banlist> | <userlist>"
  680. set black(say.en.clear.4) "Use : %botnick% clear <banlist> | <userlist>"
  681. set black(say.en.clear.5) "I removed all the accesses on %chan%"
  682. set black(say.en.clear.6) "I have reset (%msg.1%) bans for %chan%"
  683. ################################## addbot #########################################
  684. set black(say.en.addbot.1) "Use %char%addbot <handle> <host>"
  685. set black(say.en.addbot.2) "Use %botnick% addbot <handle> <host>"
  686. set black(say.en.addbot.3) "%msg.1% is already in my database."
  687. set black(say.en.addbot.4) "Added bot with handle : %msg.1% , host : %msg.2%."
  688. ################################## addop ##########################################
  689. set black(say.en.addop.1) "Use %char%addop <chan> <user> | %char%addop <user>"
  690. set black(say.en.addop.2) "Use : %botnick% addop <chan> <user> | %botnick% addop <user>"
  691. set black(say.en.addop.3) "Use : %char%char(p)addop <user>"
  692. set black(say.en.addop.4) "Use : %botnick% addop <user>"
  693. set black(say.en.addop.5) "%msg.1% has already autoop."
  694. set black(say.en.addop.6) "Added autoop for user %msg.1% on %chan%."
  695. ################################## addvoice ##########################################
  696. set black(say.en.addvoice.1) "Use %char%addvoice <chan> <user> | %char%addvoice <user>"
  697. set black(say.en.addvoice.2) "Use : %botnick% addvoice <chan> <user> | %botnick% addvoice <user>"
  698. set black(say.en.addvoice.3) "Use : %char%char(p)addvoice <user>"
  699. set black(say.en.addvoice.4) "Use : %botnick% addvoice <user>"
  700. set black(say.en.addvoice.5) "%msg.1% has already autovoice."
  701. set black(say.en.addvoice.6) "Added autovoice for user %msg.1% on %chan%."
  702. ################################## delvoice ##########################################
  703. set black(say.en.delvoice.1) "Use %char%delvoice <chan> <user> | %char%delvoice <user>"
  704. set black(say.en.delvoice.2) "Use : %botnick% delvoice <chan> <user> | %botnick% delvoice <user>"
  705. set black(say.en.delvoice.3) "Use : %char%char(p)delvoice <user>"
  706. set black(say.en.delvoice.4) "Use : %botnick% delvoice <user>"
  707. set black(say.en.delvoice.5) "%msg.1% has no autovoice."
  708. set black(say.en.delvoice.6) "I removed autovoice for user %msg.1% on %chan%."
  709. ################################## delop ##########################################
  710. set black(say.en.delop.1) "Use %char%delop <chan> <user> | %char%delop <user>"
  711. set black(say.en.delop.2) "Use : %botnick% delop <chan> <user> | %botnick% delop <user>"
  712. set black(say.en.delop.3) "Use : %char%char(p)delop <user>"
  713. set black(say.en.delop.4) "Use : %botnick% delop <user>"
  714. set black(say.en.delop.5) "%msg.1% has no autoop."
  715. set black(say.en.delop.6) "I removed autoop for user %msg.1% on %chan%."
  716. ################################## activ ##########################################
  717. set black(say.en.activ.1) "Use %char%activ <chan> <user> | %char%activ <user>"
  718. set black(say.en.activ.2) "Use : %botnick% activ <chan> <user> | %botnick% activ <user>"
  719. set black(say.en.activ.3) "Use : %char%activ <user>"
  720. set black(say.en.activ.4) "Use : %botnick% activ <user>"
  721. set black(say.en.activ.5) "4Statistics reggarding commands used by 12%msg.1% 4 on %chan% are :"
  722. set black(say.en.activ.6) "%msg%"
  723. set black(say.en.activ.7) "4End of list.."
  724. set black(say.en.activ.8) "4Statistics reggarding commands used by 12%msg.1% 4having Op access are :"
  725. set black(say.en.activ.9) "4Statistics reggarding commands used by 12%msg.1% 4having Voice access are :"
  726. ################################## addmyhost ######################################
  727. set black(say.en.addmyhost.1) "Use %char%addmyhost <host> ."
  728. set black(say.en.addmyhost.2) "Use %botnick% addmyhost <host> ."
  729. set black(say.en.addmyhost.3) "%msg.1% is already in your database of hosts."
  730. set black(say.en.addmyhost.4) "Added %msg.1% in your database of hosts."
  731. ################################## delmyhost ######################################
  732. set black(say.en.delmyhost.1) "Use %char%delmyhost <host> ."
  733. set black(say.en.delmyhost.2) "Use %botnick% delmyhost <host> ."
  734. set black(say.en.delmyhost.3) "%msg.1% is not in your database of hosts."
  735. set black(say.en.delmyhost.4) "I removed %msg.1% from your database of host."
  736. ################################## cc ############################################
  737. set black(say.en.cc.1) "Use %char%cc <chan>"
  738. set black(say.en.cc.2) "Use %botnick% cc <chan>"
  739. set black(say.en.cc.3) "Channel was created in :%msg% ."
  740. set black(say.en.cc.4) "This channel is not created. Please redefine your check"
  741. ################################## stats ##########################################
  742. set black(say.en.stats.1) "1Channel added by : 12%awho% (%ahost%) 1in : 12%atime%"
  743. set black(say.en.stats.2) "1Channel added for : 12%duration%"
  744. set black(say.en.stats.3) "1Channel added for : 12%duration%"
  745. set black(say.en.stats.4) "1Channel removed by : 12%rwho% (%rhost%) 1in : 12%rtime%"
  746. set black(say.en.stats.5) "1There are no statistics for %chan%"
  747. set black(say.en.stats.6) "1Statistics for 12%chan% :"
  748. set black(say.en.stats.7) "%msg%"
  749. set black(say.en.stats.8) "1Channel status : 12ONLINE"
  750. set black(say.en.stats.9) "1Channel status : 12ONLINE 1(I am NOT on %chan%)"
  751. set black(say.en.stats.10) "1Users : 12 %msg.1%  (1Op users : 12 %msg.2%  - 1Voice users : 12 %msg.3% ) - 1Bans : 12 %msg.4% "
  752. set black(say.en.stats.11) "1End of statistics.."
  753. set black(say.en.stats.12) "1Channel status : 12OFFLINE"
  754. ################################# login #########################################
  755. set black(say.en.login.1) "Logging to %msg.1%.."
  756. ################################ Top ###########################################
  757. set black(say.en.top.1) "Use %char%top <chan> <command> / Use %char%top <chan> <words> (Top Words) | %char%top <command> / Use %char%top <words> (Top Words)"
  758. set black(say.en.top.2) "Commands for TOP is available are : <dr>,<bot>, <b>, <bw>, <black>, <spam>, <stick>, <n>, <i>, <w>, <k>, <d>"
  759. set black(say.en.top.3) "Use : %botnick% top <chan> <command> / Use %botnick% top <chan> <words> (Top Words) | %botnick% top <command> / Use %botnick% top <words> (Top Words)"
  760. set black(say.en.top.4) "Commands for TOP is available are : <dr>,<bot>, <b>, <bw>, <black>, <spam>, <stick>, <n>, <i>, <w>, <k>, <d>"
  761. set black(say.en.top.5) "Use : %char%top <command> | Use %char%top <words> (Top Words)"
  762. set black(say.en.top.6) "Commands for TOP is available are : <dr>,<bot>, <b>, <bw>, <black>, <spam>, <stick>, <n>, <i>, <w>, <k>, <d>"
  763. set black(say.en.top.6) "Use : %botnick% top <command> | Use %botnick% top <words> (Top Words)"
  764. set black(say.en.top.7) "Use : %botnick% top <command> | Use %botnick% top <words> (Top Words)"
  765. set black(say.en.top.8) "Commands for TOP is available are : <dr>,<bot>, <b>, <bw>, <black>, <spam>, <stick>, <n>, <i>, <w>, <k>, <d>"
  766. set black(say.en.top.9) "There are no users in TOP"
  767. set black(say.en.top.10) "12Top 4%char%dr 12for %chan% 12is :"
  768. set black(say.en.top.11) "%msg%"
  769. set black(say.en.top.12) "12Top for 4%char%b 12is :"
  770. set black(say.en.top.13) "12Top for 4%char%bot 12is :"
  771. set black(say.en.top.14) "12Top for 4%char%bw 12is :"
  772. set black(say.en.top.15) "12Top for 4%char%black 12is :"
  773. set black(say.en.top.16) "12Top for 4%char%spam 12is :"
  774. set black(say.en.top.17) "12Top for 4%char%stick 12is :"
  775. set black(say.en.top.18) "12Top for 4%char%n 12is :"
  776. set black(say.en.top.19) "12Top for 4%char%i 12is :"
  777. set black(say.en.top.20) "12Top for 4%char%k 12is :"
  778. set black(say.en.top.21) "12Top for 4%char%w 12is :"
  779. set black(say.en.top.22) "12Top for 4%char%d 12is :"
  780. set black(say.en.top.23) "TOP MODULE is not enabled on %chan%."
  781. set black(say.en.top.24) "OK! Erasing top words..."
  782. set black(say.en.top.25) "Top %msg.1% of most talkactive users is :"
  783. #################################### h ############################################
  784. set black(say.en.cmdsvoice) "1Available commands : 1%char%v <nick> | 4%char%userlist | 1%char%version | 4%char%info <user> | 1%char%addinfo <text> | 4%char%t <topic>"
  785. set black(say.en.cmdsop) "1Available commands : 1%char%v <nick> | 4%char%o <nick> | 1%char%userlist | 4%char%version | 1%char%info <user> | 4%char%ping | 1%char%act <message> | 4%char%addinfo <text> | 1%char%t <topic> | 4%char%l <seconds> | 1%char%ul | 4%char%cycle | 1%char%mode <chanmode> | 4%char%i <nick> | 1%char%vers <nick> | 4%char%whois <nick> | 1%char%cc <channel> | 4%char%time | 1%char%stats .1Private commands : 1op <chan> <nick> | 4deop <chan> <nick> | 1voice <chan> <nick> | 4devoice <chan> <nick> | 1invite <chan> ."
  786. set black(say.en.cmdsenior) "1Available commands : :1%char%v <nick> | 4%char%o <nick> | 1%char%userlist | 4%char%version | 1%char%info <user> | 4%char%ping | 1%char%act <message> | 4%char%addinfo <text> | 1%char%t <topic> | 4%char%l <seconds> | 1%char%ul | 4%char%cycle | 1%char%mode <chanmode> | 4%char%i <nick> | 1%char%vers <nick> | 4%char%whois <nick> | 1%char%cc <channel> | 4%char%time | 1%char%stats .1Private commands : 1op <chan> <nick> | 4deop <chan> <nick> | 1voice <chan> <nick> | 4devoice <chan> <nick> | 1invite <chan> ."
  787. set black(say.en.cmdadmin) "1Available commands : : 1%char%v <nick> | 4%char%o <nick> | 1%char%userlist | 4%char%version | 1%char%info <user> | 4%char%ping | 1%char%act <message> | 4%char%addinfo <text> | 1%char%t <topic> | 4%char%l <seconds> | 1%char%ul | 4%char%cycle | 1%char%mode <chanmode> | 4%char%i <nick> | 1%char%vers <nick> | 4%char%whois <nick> | 1%char%cc <channel> | 4%char%time | 1%char%stats .1Private commands : 1op <chan> <nick> | 4deop <chan> <nick> | 1voice <chan> <nick> | 4devoice <chan> <nick> | 1invite <chan> ."
  788. set black(say.en.cmdmanager) "1Available commands : :1%char%v <nick> | 4%char%o <nick> | 1%char%userlist | 4%char%version | 1%char%info <user> | 4%char%ping | 1%char%act <message> | 4%char%addinfo <text> | 1%char%t <topic> | 4%char%l <seconds> | 1%char%ul | 4%char%cycle | 1%char%mode <chanmode> | 4%char%i <nick> | 1%char%vers <nick> | 4%char%whois <nick> | 1%char%cc <channel> | 4%char%time | 1%char%clear userlist / banlist | 1purge <reason> | 4%char%stats .1Private commands : 1op <chan> <nick> | 4deop <chan> <nick> | 1voice <chan> <nick> | 4devoice <chan> <nick> | 1invite <chan> ."
  789. set black(say.en.cmdowner) "1Available commands : 1%char%v <nick> | 4%char%o <nick> | 1%char%userlist | 4%char%version | 1%char%info <user> | 4%char%ping | 1%char%act <message> | 4%char%addinfo <text> | 1%char%t <topic> | 4%char%l <seconds> | 1%char%ul | 4%char%cycle | 1%char%mode <chanmode> | 4%char%i <nick> | 1%char%vers <nick> | 4%char%whois <nick> | 1%char%cc <channel> | 4%char%time 1%char%clear userlist / banlist | 4%char%stats <chan> .1Private commands : 1op <chan> <nick> | 4deop <chan> <nick> | 1voice <chan> <nick> | 4devoice <chan> <nick> | 1invite <chan> ."
  790. set black(say.en.cmdbossowner) "1Available commands : 1%char%v <nick> | 4%char%o <nick> | 1%char%userlist | 4%char%version | 1%char%info <user> | 4%char%ping | 1%char%act <message> | 4%char%addinfo <text> | 1%char%t <topic> | 4%char%l <seconds> | 1%char%ul | 4%char%cycle | 1%char%mode <chanmode> | 4%char%i <nick> | 1%char%vers <nick> | 4%char%whois <nick> | 1%char%cc <channel> | 4%char%time | 1%char%clear userlist / banlist | 4%char%stats <chan> .1Private commands : 1op <chan> <nick> | 4deop <chan> <nick> | 1voice <chan> <nick> | 4devoice <chan> <nick> | 1invite <chan> ."
  791. set black(say.en.banvoice) "1Available commands : 1%char%k <nick> | 4%char%w <nick> | 1%char%check <nick> | 4%char%sb <host>"
  792. set black(say.en.banop) "1Available commands : 1%char%k <nick> | 4%char%w <nick> | 1%char%check <nick> | 4%char%sb <host> | 1%char%id <nick> | 4%char%n <nick> | 1%char%spam <nick> | 4%char%dr <nick> | 1%char%b <nick>/<host> <time> <reason> | 4%char%bot <nick>/<host> | 1%char%bw <nick>/<host> | 4%char%ub <host> | 1%char%gag <nick> | 4%char%banlist <user>."
  793. set black(say.en.bansenior) "1Available commands : 1%char%k <nick> | 4%char%w <nick> | 1%char%check <nick> | 4%char%sb <host> | 1%char%id <nick> | 4%char%n <nick> | 1%char%spam <nick> | 4%char%dr <nick> | 1%char%b <nick>/<host> <time> <reason> | 4%char%ub <host> | 1%char%d <days number> <nick> / <host> <reason> | 4%char%bot <nick>/<host> | 1%char%bw <nick>/<host> | 4%char%black <host> / <nick> <reason> | 1%char%stick <nick> / <host> <time> <reason> | 4%char%gag <nick> | 1%char%banlist <user> ."
  794. set black(say.en.banadmin) "1Available commands : 1%char%k <nick> | 4%char%w <nick> | 1%char%check <nick> | 4%char%sb <host> | 1%char%id <nick> | 4%char%n <nick> | 1%char%spam <nick> | 4%char%dr <nick> | 1%char%b <nick>/<host> <time> <reason> | 4%char%ub <host> | 1%char%d <days number> <nick> / <host> <reason> | 4%char%bot <nick>/<host> | 1%char%bw <nick>/<host> | 4%char%black <host> / <nick> <reason> | 1%char%stick <nick> / <host> <time> <reason> | 4%char%gag <nick> | 1%char%banlist <user> ."
  795. set black(say.en.banmanager) "1Available commands : 1%char%k <nick> | 4%char%w <nick> | 1%char%check <nick> | 4%char%sb <host> | 1%char%id <nick> | 4%char%n <nick> | 1%char%spam <nick> | 4%char%dr <nick> | 1%char%b <nick>/<host> <time> <reason> | 4%char%ub <host> | 1%char%d <days number> <nick> / <host> <reason> | 4%char%bot <nick>/<host> | 1%char%bw <nick>/<host> | 4%char%black <host> / <nick> <reason> | 1%char%stick <nick> / <host> <time> <reason> | 4%char%gag <nick> | 1%char%banlist <user>."
  796. set black(say.en.banowner) "1Available commands : 1%char%k <nick> | 4%char%w <nick> | 1%char%check <nick> | 4%char%sb <host> | 1%char%id <nick> | 4%char%n <nick> | 1%char%spam <nick> | 4%char%dr <nick> | 1%char%b <nick>/<host> <time> <reason> | 4%char%ub <host> | 1%char%d <days number> <nick> / <host> <reason> | 4%char%bot <nick>/<host> | 1%char%bw <nick>/<host> | 4%char%black <host> / <nick> <reason> | 1%char%stick <nick> / <host> <time> <reason> | 4%char%gag <nick> | 1%char%banlist <user> .1Global ban commands : 4%char%b <nick> / <host> <time> global <reason> | 1%char%sb <*!*@ban> global | 4%char%ub <*!*@ban> global | 1%char%banlist <global> ."
  797. set black(say.en.banbossowner) "1Available commands : 1%char%k <nick> | 4%char%w <nick> | 1%char%check <nick> | 4%char%sb <host> | 1%char%id <nick> | 4%char%n <nick> | 1%char%spam <nick> | 4%char%dr <nick> | 1%char%b <nick>/<host> <time> <reason> | 4%char%ub <host> | 1%char%d <days number> <nick> / <host> <reason> | 4%char%bot <nick>/<host> | 1%char%bw <nick>/<host> | 4%char%black <host> / <nick> <reason> | 1%char%stick <nick> / <host> <time> <reason> | 4%char%gag <nick> | 1%char%banlist <user> .1Global ban commands : 4%char%b <nick> / <host> <time> global <reason> | 1%char%sb <*!*@ban> global | 4%char%ub <*!*@ban> global | 1%char%banlist <global> ."
  798. set black(say.en.addadmin) "1Available commands : 1%char%add <level> <user> 4(Level= protect,voice,op,senior) | 1%char%adduser <level> <nick> 4(Level= protect,voice,op,senior) | 1%char%delacc <user> ."
  799. set black(say.en.addmanager) "1Available commands : 1%char%add <level> <user> 4(Level= protect,voice,op,senior,admin) | 1%char%adduser <level> <nick> 4(Level= protect,voice,op,senior,admin) | 1%char%delacc <user> | 1%char%del <user>."
  800. set black(say.en.addowner) "1Available commands : 1%char%add <level> <user> 4(Level= protect,voice,op,senior,admin,manager) | 1%char%adduser <level> <nick> 4(Level= protect,voice,op,senior,admin,manager) | 1%char%delacc <user>"
  801. set black(say.en.addbossowner) "1Available commands : 1%char%add <level> <user> 4(Level= protect,voice,op,senior,admin,manager,owner) | 1%char%adduser <level> <nick> 4(Level= protect,voice,op,senior,admin,manager,owner) | 1%char%delacc <user> | 1%char%del <user>."
  802. set black(say.en.modifadmin) "1Available commands : 1%char%s <user> | 4%char%us <user> | 4%char%addvoice <user> | 1%char%delvoice <user> | 4%char%addop <user> | 1%char%delop <user> ."
  803. set black(say.en.modifmanager) "1Available commands : 1%char%addhost <user> <host> | 4%char%chuser <user> <newuser> | 1%char%s <user> | 4%char%us <user> | 1%char%delhost <user> <host> | 4%char%addvoice <user> | 1%char%delvoice <user> | 4%char%addop <user> | 1%char%delop <user> ."
  804. set black(say.en.modifowner) "1Available commands : 1%char%addhost <user> <host> | 4%char%chuser <user> <newuser> | 1%char%s <user> | 4%char%us <user> | 1%char%delhost <user> <host> | 4%char%addvoice <user> | 1%char%delvoice <user> | 4%char%addop <user> | 1%char%delop <user> | 4%char%addmyhost <host> 1(you add yourself a host) | 1%char%delmyhost <host> 1(you delete yourself a host)"
  805. set black(say.en.modifbossowner) "1Available commands : 1%char%addhost <user> <host> | 4%char%chuser <user> <newuser> | 1%char%s <user> | 4%char%us <user> | 1%char%delhost <user> <host> | 4%char%addvoice <user> | 1%char%delvoice <user> | 4%char%addop <user> | 1%char%delop <user> | 4%char%addmyhost <host> 1(you add yourself a host) | 1%char%delmyhost <host> 1(you delete yourself a host)"
  806. set black(say.en.howner) "1Private commands : 1nick <newnick> | 4restart | 1rehash | 4die | 1suspend / unsuspend <channel> | 4delchan <channel> | 1addchan <channel> | 4save . Public Commands : 1%char%status | 4%char%uptime | 1%char%set +/-flag / %char%set flag number:number | 4%char%away <text> | 1%char%silence on/off | 4%char%jump <server> | 1%char%msg <nick/chan> <text> | 4%char%broadcast <text> | 1%char%addbot <name> <host> | 4%char%ignore <list> | <add> <host> <time> <reason> | <delete> <host> | 1%char%chat 12(DCC-CHAT) | 4%char%login | 1%char%channels."
  807. #################################### top #########################################
  808. set black(say.en.htop) "1Welcome 4%msg.1% 1in TOP section. 1Here you can find statistics for every commands used by user managed in a TOP. Commands that has a TOP are: 4<dr> | <b> | <bw> | <bot> | <black> | <spam> | <stick> | <n> | <i> | <w> | <k> | <d>. 1Use 4%char%top <command> 1(for example %char%top dr).You can see the full activity of user trough the command 4%char%activ <user>."
  809. #################################### chaninfo #####################################
  810. set black(say.en.hchaninfo.1) "1You got these categories for %chan% :"
  811. set black(say.en.hchaninfo.2) "4blacktools < - > 4standard"
  812. set black(say.en.hchaninfo.3) "1Category 4blacktools 1contains : 1Internal protections of BlackTools script"
  813. set black(say.en.hchaninfo.4) "1Category 4standard 1contains : 1Internal standard settings of eggdrop"
  814. set black(say.en.hchaninfo.5) "1To select a category type : 12%char%h <category> | %botnick% h <category>"
  815. ################################### blacktools ###################################
  816. set black(say.en.hblacktools.1) "1Available protections : %msg%"
  817. set black(say.en.hblacktools.2) "1To enable a protection type : 4%char%set +flag ( ex : %char%set +antipub | %botnick% set +antipub ) 1You can use also the command 4%char%secure on / off 1which will enable/disable all the protections."
  818. #################################### standard ####################################
  819. set black(say.en.hstandard.1) "1Internal settings of eggdrop are :"
  820. set black(say.en.hstandard.2) "1To enable a protection type :4%char%set +flag ( ex : %char%set +dontkickops | %char%set flood-chan 0:0 )"
  821. set black(say.en.hstandard.3) "%msg%"
  822. ################################### module #######################################
  823. set black(say.en.hmodule.1) "1Available modules are : 4TopicRefresh | 1Count | 4XtoolS | 1BadChan | 4Anunt | 1Limit | 4Topic | 1CloneScan | 4Seen | 1Greet | 4Leave | 1Idle | 4ChanReport | 1TopWords | 4Xban | 1AntiTake | 4Private | 1AutoBroadcast | 4AntiBotIdle | 1Language | 4BadWord."
  824. set black(say.en.hmodule.2) "1Available modules are : 4TopicRefresh | 1Count | 4XtoolS | 1BadChan | 4Anunt | 1Limit | 4Topic | 1CloneScan | 4Seen | 1Greet | 4Leave | 1Idle | 4TopWords | 1Xban | 4AntiTake | 1Private | 4Language | 1BadWord."
  825. set black(say.en.hmodule.3) "1To see a module or to enable one please type 4%char%h <module>4 1( ex: %char%h language )"
  826. ####################################### h ########################################
  827. set black(say.en.h.1) "ACCESS LEVEL 12-= BOSS OWNER =-"
  828. set black(say.en.h.2) "Available commands: 1%char%h cmds | 4%char%h top | 1%char%h ban | 4%char%h add | 1%char%h modif | 4%char%h chaninfo | 1%char%h module | 4%char%h extra | 1%char%h owner."
  829. set black(say.en.h.3) "ACCESS LEVEL 12-= OWNER =-"
  830. set black(say.en.h.4) "Available commands: 1%char%h cmds | 4%char%h top | 1%char%h ban | 4%char%h add | 1%char%h modif | 4%char%h chaninfo | 1%char%h module | 4%char%h extra | 1%char%h owner."
  831. set black(say.en.h.5) "ACCESS LEVEL 12-= VOICE =-"
  832. set black(say.en.h.6) "Available commands: 12%char%h cmds | 4%char%h top "
  833. set black(say.en.h.7) "ACCESS LEVEL 12-= OP =-"
  834. set black(say.en.h.8) "Available commands: 1%char%h cmds | 4%char%h top | 1%char%h ban"
  835. set black(say.en.h.9) "ACCESS LEVEL 12-= SENIOR =-"
  836. set black(say.en.h.10) "Available commands: 1%char%h cmds | 4%char%h top | 1%char%h ban"
  837. set black(say.en.h.11) "ACCESS LEVEL 12-= ADMINISTRATOR =-"
  838. set black(say.en.h.12) "Available commands: 1%char%h cmds | 4%char%h top | 1%char%h ban | 4%char%h add | 1%char%h modif"
  839. set black(say.en.h.13) "ACCESS LEVEL 12-= MANAGER =-"
  840. set black(say.en.h.14) "Available commands: 1%char%h cmds | 4%char%h top | 1%char%h ban | 4%char%h add | 1%char%h modif | 4%char%h chaninfo | 1%char%h module | 4%char%h extra ."
  841. set black(say.en.h.15) "%msg%"
  842. ###################################### antitake ##################################
  843. set black(say.en.hantitake.1) "1Represents a module that has two options: First one has protection function against those who does not have access to Eggdrop and give DEOP and second for those who does not have access to Eggdrop and give OP."
  844. set black(say.en.hantitake.2) "1To enable/disable first option type : 4%char%set +dontdeop | %char%set -dontdeop"
  845. set black(say.en.hantitake.3) "1To enable/disable second option type : 4%char%set +dontop | %char%set -dontop"
  846. set black(say.en.hantitake.4) "1For channel protection reggarding channel modes type : 4%char%set chanmode +mode 12(ex: +nt , +stn)"
  847. ###################################### private ####################################
  848. set black(say.en.hprivate.1) "1Represents a module that enabled will ban those users who does not have access to Eggdrop on joining the channel."
  849. set black(say.en.hprivate.2) "1You can use : 4%char%private <on>/<off> | <add> <name> <host> | <list> | <del> <name> - %botnick% private <on>/<off> | <add> <name> <host> | <list> | <del> <name>"
  850. ###################################### language ##################################
  851. set black(say.en.hlanguage.1) "1Represents a module that will set the language of kick/bans reasons. You got 2 choices : 4RO | EN"
  852. set black(say.en.hlanguage.2) "1To set the language type : 4%char%set lang <language> (1RO | EN) 12(ex: %char%set lang EN)"
  853. set black(say.en.hlanguage.3) "1Default reasons will not be changed :)"
  854. ###################################### xban #######################################
  855. set black(say.en.hxban.1) "1Represents a module that enabled (in case of channels with chanserv will make the eggdrop that on every ban aplied by him to add it also to chanserv for an amount of time and with the same reason.1"
  856. set black(say.en.hxban.2) "1To enable/disable/set type : 4%char%set +xban | %char%set -xban | %char%set xbantime <number> 1(bantime at chanserv in hours. Default is 1) | 1%char%set xbanlevel <level> 1(ban level at chanserv.Default is 100)."
  857. set black(say.en.hxban.3) "1Now the settings are: 4xbantime = %msg.1% | xbanlevel = %msg.2%"
  858. #################################### topicrefresh #################################
  859. set black(say.en.htopicrefresh.1) "1Represents a module that enabled will refresh the topic (in a time-interval set in script) to not lose it."
  860. set black(say.en.htopicrefresh.2) "1To enalble/disable type : 4%char%set +topicrefresh / -topicrefresh | %botnick% set +topicrefresh / -topicrefresh"
  861. #################################### count #######################################
  862. set black(say.en.hcount.1) "1Represents a module that enabled will count the number of users who joined the channel and onjoin will send to user a message with the visitor number."
  863. set black(say.en.hcount.2) "1To enable/disable type : 4%char%count <on> | <off> | <display> | <reset> - %botnick% count <on> | <off> | <display> | <reset>"
  864. #################################### xtools ######################################
  865. set black(say.en.hxtools.1) "1Represents a module that enabled will make the Eggdrop receive op,unban,invite from X."
  866. set black(say.en.hxtools.2) "1To enable/disable type :1 4%char%set +xtools / -xtools | %botnick% set +xtools / -xtools"
  867. #################################### badchan #####################################
  868. set black(say.en.hbadchan.1) "1Represents a module that enabled will ban the nicks who enter the channel and they are on channels supposed to be forbidden."
  869. set black(say.en.hbadchan.2) "1To enable/disable/add channels type : 4%char%badchan <on> | <off> | <add> <#chan> | <list> | <del> <number> - %botnick% badchan <on> | <off> | <add> <#chan> | <list> | <del> <number>"
  870. #################################### anunt #######################################
  871. set black(say.en.hanunt.1) "1Represents a module that enabled will make ads on channel in a time-interval set in script (Default is %msg.1%)"
  872. set black(say.en.hanunt.2) "1To enable/disable/add ads type : 4%char%anunt <on> | <off> | <add> <message> | <list> | <del> <number> - %botnick% anunt <on> | <off> | <add> <message> | <list> | <del> <number>"
  873. #################################### autobroadcast ###############################
  874. set black(say.en.hautobroadcast.1) "1Represents a module that enabled will make ads on all channels in a time-interval set in script (Default is %msg.1%)"
  875. set black(say.en.hautobroadcast.2) "1To enable/disable/add messages type : 4%char%bt <on> | <off> | <add> <message> | <list> | <del> <number> - %botnick% bt <on> | <off> | <add> <message> | <list> | <del> <number>"
  876. set black(say.en.hautobroadcast.3) "4NEW ! 1Now you can set the channels where you do not want your eggdrop to broadcast by typing 4%char%set <chan> +silent / -silent"
  877. ################################### antibotidle ###################################
  878. set black(say.en.hantibotidle.1) "1Represents a module that enabled will not let the eggdrop to have idle.This module is based on sending a message to an absent object."
  879. set black(say.en.hantibotidle.2) "1To enable/disable type :4%char%botidle <on> | <off> | 1(Max idle set in script is %msg.1%)"
  880. ################################### limit ########################################
  881. set black(say.en.hlimit.1) "1Represents a module that enabled will take care of channel limit to not overcome the value set"
  882. set black(say.en.hlimit.2) "1To enable/disable type : 4%char%limit <on> | <set> <number> | <off> - %botnick% limit <on> | <set> <number> | <off>"
  883. ################################### topic ########################################
  884. set black(say.en.htopic.1) "1Represents a module that helps you save, add topics into a channel list.From that list can easily be set a topic."
  885. set black(say.en.htopic.2) "1To enable/disable type : 4%char%topic <save> | <list> | <add> | <del> <number> | set <number> - %botnick% topic <save> | <list> | <add> | <del> <number> | set <number>"
  886. ################################### seen ########################################
  887. set black(say.en.hseen.1) "1Represents a module that enabled will save informations about join/part/quit/netsplit/nickchange of nicknames for the channel. It has a database for every channel."
  888. set black(say.en.hseen.2) "1To enable/disable type : 4%char%set +seen | %char%set -seen - %botnick% set +seen | %botnick% set -seen"
  889. ################################### clonescan ########################################
  890. set black(say.en.hclonescan.1) "1Represents a module that enabled will scan the channel for clone in a time-interval.You can choose in script the punishement method if the bot finds clones."
  891. set black(say.en.hclonescan.2) "1To enable/disable type :1 4%char%set +clonescan / -clonescan | %botnick% set +clonescan / -clonescan"
  892. set black(say.en.hclonescan.3) "1You have also a manual command for scanning : 4%char%clonescan 1and the Eggdrop will show host + nick of clones."
  893. ################################### greet ########################################
  894. set black(say.en.hgreet.1) "1Represents a module trough you can add messages for people who join the channel."
  895. set black(say.en.hgreet.2) "1To enable/disable/add messages type : 4%char%greet <on> | <off> | <add> | <list> | <del> - %botnick% greet <on> | <off> | <add> | <list> | <del>"
  896. ################################## leave #########################################
  897. set black(say.en.hleave.1) "1Represents a module trough you can add messages for people who leave the channel."
  898. set black(say.en.hleave.2) "1To enable/disable/add messages type : 4%char%leave <on> | <off> | <add> | <list> | <del> - %botnick% leave <on> | <off> | <add> | <list> | <del>"
  899. ################################## idle ##########################################
  900. set black(say.en.hidle.1) "1Represents a module that enabled will deop/devoice users who are idleing in channel."
  901. set black(say.en.hidle.2) "1To enable/disable/configuration type : 4%char%idle <on> | <off> | voice <on>/<off> | op <on>/<off> | add <nick> (add exceptions) - %botnick% idle <on> | <off> | voice <on>/<off> | op <on>/<off> | add <nick> (add exceptions)"
  902. ################################## chanreport ####################################
  903. set black(say.en.hchanreport.1) "1Represents a module that enabled gives the opportunity for every channel to have a backchannel, in wich eggdrop will display the bans given by him in main channel.1"
  904. set black(say.en.hchanreport.2) "1To enable/disable type : 4%char%set +chanreport | -chanreport | %botnick% set +chanreport | -chanreport .1To set backchannel type : 4%char%set backchan #channel | %botnick% set backchan #channel."
  905. set black(say.en.hchanreport.3) "1If you enable the backchan you will be able to use all these 12ban commands 1and these 12will be applied on mainchan."
  906. ############################### BadWord ########################################
  907. set black(say.en.hbadword.1) "1Represents a module trough you can add bad words for AntiBadWord protection."
  908. set black(say.en.hbadword.2) "1To enable/disable/add words type : 4%char%set +antibadword / -antibadword | %char%badword <add> <* word *> | <list> | <del> <number> - %botnick% set +antibadword / -antibadword | <add> <* word *> | <list> | <del> <number>"
  909. ################################## topwords ####################################
  910. set black(say.en.htopwords.1) "1Represents a module that enabled will save users activity (number of words written) in channel."
  911. set black(say.en.htopwords.2) "1To enable/disable type : 4%char%set +topwords | -topwords | %botnick% set +topwords | -topwords .1To see the Top20 of most talkactive users type :4%char%top words."
  912. set black(say.en.htopwords.3) "1To reset the TOP words use the command : 4%char%top words erase ."
  913. ################################## settings ####################################
  914. set black(say.en.hsettings.1) "1Welcome in settings section ! From here you can configure features of commands/protections (kick messages - bantime) Available in BlackTools. The list is.."
  915. set black(say.en.hsettings.2) "12COMMANDS : 4dr | 1n | 4id | 1w | 4spam | 1bw | 4bot."
  916. set black(say.en.hsettings.3) "12MODULES : 4badchannel | 1counter | 4privat | 1antidle."
  917. set black(say.en.hsettings.4) "12PROTECTIONS : 4antipub | 1antinotice | 4antictcp | 1antibadword | 4antilongtext | 1antibadquitpart | 4antijoinpart | 1antispam | 4antirepeat | 1anticolor | 4antibold | 1antiunderline | 4anticaps | 1badfullname | 4badnick | 1badident | 4antichanflood | 1antijoinflood ."
  918. set black(say.en.hsettings.5) "1To see the features of commands/protections/modules type 4%char%h <name> 12( ex: %char%h antipub | %char%h dr )"
  919. set black(say.en.hsettings.6) "1To reset all the reasons & bantimes for this channel type : 4%char%reset <all>."
  920. ################################## reason ####################################
  921. set black(say.en.hreason.1) "1Settings reggarding reasons are :"
  922. set black(say.en.hreason.2) "1%msg.1% 4%msg.2% 1%msg.3%"
  923. set black(say.en.hreason.3) "12showtime - 1will apply to kick reason the ban time left."
  924. set black(say.en.hreason.4) "12showhandle - 1Will apply to kick reason also the name of the user who put the ban (available also for commands)."
  925. set black(say.en.hreason.5) "12showcount - 1Will apply to kick reason alsi the kick count of that channel."
  926. set black(say.en.hreason.6) "1To modify these settings type :%char%set +flag ( ex : %char%set +showhandle | %char%set -showhandle )"
  927. ################################# extra ######################################
  928. set black(say.en.hextra.1) "1You have these categories of settings for %chan% :"
  929. set black(say.en.hextra.2) "4settings < - > 4reason"
  930. set black(say.en.hextra.3) "1Category 4settings 1contains :1Standard settings of commands & protections & modules (reasons / bantime settings)1"
  931. set black(say.en.hextra.4) "1Category 4reason 1continains :1Settings reggarding ban numbers given, name of the user who put the ban and time left until the ban will expire."
  932. set black(say.en.hextra.5) "1To select a category type : 12%char%h <category> | %botnick% h <category>"
  933. ################################# antipub ######################################
  934. set black(say.en.hantipub.1) "1Available options are : 4antipub-reason | antipub-bantime ."
  935. set black(say.en.hantipub.2) "1To set options type : 4%char%set antipub-reason <reason> | %char%set antipub-bantime <minutes> ."
  936. set black(say.en.hantipub.3) "1To see if options are set type : 4%char%show antipub-reason | %char%show antipub-bantime ."
  937. ################################# privat ######################################
  938. set black(say.en.hprivat.1) "1Available options are : 4private-reason | private-bantime ."
  939. set black(say.en.hprivat.2) "1To set options type : 4%char%set private-reason <reason> | %char%set private-bantime <minutes> ."
  940. set black(say.en.hprivat.3) "1To see if options are set type : 4%char%show private-reason | %char%show private-bantime ."
  941. ################################# antidle ######################################
  942. set black(say.en.hantidle.1) "1Available options are : 4idleopmax | idlevoicemax ."
  943. set black(say.en.hantidle.2) "1To set options type : 4%char%set idleopmax <minutes> | %char%set idlevoicemax <minutes> ."
  944. set black(say.en.hantidle.3) "1To see if options are set type : 4%char%show idleopmax | %char%show idlevoicemax ."
  945. ################################# antinotice ######################################
  946. set black(say.en.hantinotice.1) "1Available options are : 4antinotice-reason | antinotice-bantime ."
  947. set black(say.en.hantinotice.2) "1To set options type : 4%char%set antinotice-reason <reason> | %char%set antinotice-bantime <minutes> ."
  948. set black(say.en.hantinotice.3) "1To see if options are set type : 4%char%show antinotice-reason | %char%show antinotice-bantime ."
  949. ################################# antictcp ######################################
  950. set black(say.en.hantictcp.1) "1Available options are : 4antictcp-reason | antictcp-bantime ."
  951. set black(say.en.hantictcp.2) "1To set options type : 4%char%set antictcp-reason <reason> | %char%set antictcp-bantime <minutes> ."
  952. set black(say.en.hantictcp.3) "1To see if options are set type : 4%char%show antictcp-reason | %char%show antictcp-bantime ."
  953. ################################# antibadword ######################################
  954. set black(say.en.hantibadword.1) "1Available options are : 4antibadword-reason | antibadword-bantime ."
  955. set black(say.en.hantibadword.2) "1To set options type : 4%char%set antibadword-reason <reason> | %char%set antibadword-bantime <minutes> ."
  956. set black(say.en.hantibadword.3) "1To see if options are set type : 4%char%show antibadword-reason | %char%show antibadword-bantime ."
  957. ################################# antilongtext ######################################
  958. set black(say.en.hantilongtext.1) "1Available options are : 4antilongtext-reason | antilongtext-bantime | antilongtextmax"
  959. set black(say.en.hantilongtext.2) "1To set options type : 4%char%set antilongtext-reason <reason> | %char%set antilongtext-bantime <minutes> | %char%set antilongtextmax <nr. char>"
  960. set black(say.en.hantilongtext.3) "1To see if options are set type : 4%char%show antilongtext-reason | %char%show antilongtext-bantime ."
  961. ################################# antibadquitpart ######################################
  962. set black(say.en.hantibadquitpart.1) "1Available options are : 4antibadquitpart-reason | antibadquitpart-bantime ."
  963. set black(say.en.hantibadquitpart.2) "1To set options type : 4%char%set antibadquitpart-reason <reason> | %char%set antibadquitpart-bantime <minutes> ."
  964. set black(say.en.hantibadquitpart.3) "1To see if options are set type : 4%char%show antibadquitpart-reason | %char%show antibadquitpart-bantime ."
  965. ################################# antijoinpart ######################################
  966. set black(say.en.hantijoinpart.1) "1Available options are : 4antijoinpart-reason | antijoinpart-bantime ."
  967. set black(say.en.hantijoinpart.2) "1To set options type : 4%char%set antijoinpart-reason <reason> | %char%set antijoinpart-bantime <minutes> ."
  968. set black(say.en.hantijoinpart.3) "1To see if options are set type : 4%char%show antijoinpart-reason | %char%show antijoinpart-bantime ."
  969. ################################# antispam ######################################
  970. set black(say.en.hantispam.1) "1Available options are : 4antispam-reason | antispam-bantime ."
  971. set black(say.en.hantispam.2) "1To set options type : 4%char%set antispam-reason <reason> | %char%set antispam-bantime <minutes> ."
  972. set black(say.en.hantispam.3) "1To see if options are set type : 4%char%show antispam-reason | %char%show antispam-bantime ."
  973. ################################# antirepeat ######################################
  974. set black(say.en.hantirepeat.1) "1Available options are : 4antirepeat-reason | antirepeat-bantime | antirepeat-setting ."
  975. set black(say.en.hantirepeat.2) "1To set options type : 4%char%set antirepeat-reason <reason> | %char%set antirepeat-bantime <minutes> | %char%set antirepeat-setting <repetari>:<seconds> ."
  976. set black(say.en.hantirepeat.3) "1To see if options are set type : 4%char%show antirepeat-reason | %char%show antirepeat-bantime | antirepeat-setting ."
  977. ################################# anticolor ######################################
  978. set black(say.en.hanticolor.1) "1Available options are : 4anticolor-reason | anticolor-bantime ."
  979. set black(say.en.hanticolor.2) "1To set options type : 4%char%set anticolor-reason <reason> | %char%set anticolor-bantime <minutes> ."
  980. set black(say.en.hanticolor.3) "1To see if options are set type : 4%char%show anticolor-reason | %char%show anticolor-bantime ."
  981. ################################# antibold ######################################
  982. set black(say.en.hantibold.1) "1Available options are : 4antibold-reason | antibold-bantime ."
  983. set black(say.en.hantibold.2) "1To set options type : 4%char%set antibold-reason <reason> | %char%set antibold-bantime <minutes> ."
  984. set black(say.en.hantibold.3) "1To see if options are set type : 4%char%show antibold-reason | %char%show antibold-bantime ."
  985. ################################# antiunderline ######################################
  986. set black(say.en.hantiunderline.1) "1Available options are : 4antiunderline-reason | antiunderline-bantime ."
  987. set black(say.en.hantiunderline.2) "1To set options type : 4%char%set antiunderline-reason <reason> | %char%set antiunderline-bantime <minutes> ."
  988. set black(say.en.hantiunderline.3) "1To see if options are set type : 4%char%show antiunderline-reason | %char%show antiunderline-bantime ."
  989. ################################# anticaps ######################################
  990. set black(say.en.hanticaps.1) "1Available options are : 4anticaps-reason | anticaps-bantime ."
  991. set black(say.en.hanticaps.2) "1To set options type : 4%char%set anticaps-reason <reason> | %char%set anticaps-bantime <minutes> ."
  992. set black(say.en.hanticaps.3) "1To see if options are set type : 4%char%show anticaps-reason | %char%show anticaps-bantime ."
  993. ################################# badfullname ######################################
  994. set black(say.en.hbadfullname.1) "1Available options are : 4badfullname-reason | badfullname-bantime ."
  995. set black(say.en.hbadfullname.2) "1To set options type : 4%char%set badfullname-reason <reason> | %char%set badfullname-bantime <minutes> ."
  996. set black(say.en.hbadfullname.3) "1To see if options are set type : 4%char%show badfullname-reason | %char%show badfullname-bantime ."
  997. ################################# badnick ######################################
  998. set black(say.en.hbadnick.1) "1Available options are : 4badnick-reason | badnick-bantime ."
  999. set black(say.en.hbadnick.2) "1To set options type : 4%char%set badnick-reason <reason> | %char%set badnick-bantime <minutes> ."
  1000. set black(say.en.hbadnick.3) "1To see if options are set type : 4%char%show badnick-reason | %char%show badnick-bantime ."
  1001. ################################# badident ######################################
  1002. set black(say.en.hbadident.1) "1Available options are : 4badident-reason | badident-bantime ."
  1003. set black(say.en.hbadident.2) "1To set options type : 4%char%set badident-reason <reason> | %char%set badident-bantime <minutes> ."
  1004. set black(say.en.hbadident.3) "1To see if options are set type : 4%char%show badident-reason | %char%show badident-bantime ."
  1005. ################################# antichanflood ######################################
  1006. set black(say.en.hantichanflood.1) "1Available options are : 4antichanflood-reason | antichanflood-bantime | chanflood ."
  1007. set black(say.en.hantichanflood.2) "1To set options type : 4%char%set antichanflood-reason <reason> | %char%set antichanflood-bantime <minutes> | %char%set chanflood <lines number> <seconds> ."
  1008. set black(say.en.hantichanflood.3) "1To see if options are set type : 4%char%show antichanflood-reason | %char%show antichanflood-bantime | %char%show chanflood ."
  1009. ################################# antijoinflood ######################################
  1010. set black(say.en.hantijoinflood.1) "1Available options are : 4joinflood"
  1011. set black(say.en.hantijoinflood.2) "1To set options type : 4%char%set joinflood <join number> <seconds> ."
  1012. set black(say.en.hantijoinflood.3) "1To see if options are set type : 4%char%show joinflood"
  1013. ################################# badchannel ######################################
  1014. set black(say.en.hbadchannel.1) "1Available options are : 4badchan-reason | badchan-bantime ."
  1015. set black(say.en.hbadchannel.2) "1To set options type : 4%char%set badchan-reason <reason> | %char%set badchan-bantime <minutes> ."
  1016. set black(say.en.hbadchannel.3) "1To see if options are set type : 4%char%show badchan-reason | %char%show badchan-bantime ."
  1017. ################################# counter ######################################
  1018. set black(say.en.hcounter.1) "1Available options are : 4count-message"
  1019. set black(say.en.hcounter.2) "1To set options type : 4%char%set count-message <message> "
  1020. set black(say.en.hcounter.3) "1To see if options are set type : 4%char%show count-message"
  1021. ################################ dr ############################################
  1022. set black(say.en.hdr.1) "1Available options are : 4dr-reason | dr-bantime ."
  1023. set black(say.en.hdr.2) "1To set options type : 4%char%set dr-reason <reason> | %char%set dr-bantime <minutes> ."
  1024. set black(say.en.hdr.3) "1To see if options are set type : 4%char%show dr-reason | %char%show dr-bantime ."
  1025. ################################ bot ############################################
  1026. set black(say.en.hbot.1) "1Available options are : 4bot-reason | bot-bantime ."
  1027. set black(say.en.hbot.2) "1To set options type : 4%char%set bot-reason <reason> | %char%set bot-bantime <minutes> ."
  1028. set black(say.en.hbot.3) "1To see if options are set type : 4%char%show bot-reason | %char%show bot-bantime ."
  1029. ################################ n ############################################
  1030. set black(say.en.hn.1) "1Available options are : 4n-reason | n-bantime ."
  1031. set black(say.en.hn.2) "1To set options type : 4%char%set n-reason <reason> | %char%set n-bantime <minutes> ."
  1032. set black(say.en.hn.3) "1To see if options are set type : 4%char%show n-reason | %char%show n-bantime ."
  1033. ################################ id ############################################
  1034. set black(say.en.hid.1) "1Available options are : 4id-reason | id-bantime ."
  1035. set black(say.en.hid.2) "1To set options type : 4%char%set id-reason <reason> | %char%set id-bantime <minutes> ."
  1036. set black(say.en.hid.3) "1To see if options are set type : 4%char%show id-reason | %char%show id-bantime ."
  1037. ################################ w ############################################
  1038. set black(say.en.hw.1) "1Available options are : 4w-reason "
  1039. set black(say.en.hw.2) "1To set options type : 4%char%set w-reason <reason>"
  1040. set black(say.en.hw.3) "1To see if options are set type : 4%char%show w-reason ."
  1041. ################################ spam ############################################
  1042. set black(say.en.hspam.1) "1Available options are : 4spam-reason | spam-bantime ."
  1043. set black(say.en.hspam.2) "1To set options type : 4%char%set spam-reason <reason> | %char%set spam-bantime <minutes> ."
  1044. set black(say.en.hspam.3) "1To see if options are set type : 4%char%show spam-reason | %char%show spam-bantime ."
  1045. ################################ bw ############################################
  1046. set black(say.en.hbw.1) "1Available options are : 4bw-reason | bw-bantime ."
  1047. set black(say.en.hbw.2) "1To set options type : 4%char%set bw-reason <reason> | %char%set bw-bantime <minutes> ."
  1048. set black(say.en.hbw.3) "1To see if options are set type : 4%char%show bw-reason | %char%show bw-bantime ."
  1049. ############################### GREETING #######################################
  1050. set black(say.en.greeting.1) "EN : 1Welcome in 12BlackToolS WORLD."
  1051. set black(say.en.greeting.2) "EN : 1Please define the next settings for you : 4Language (12you choose how the replies will be sent to you) | 4Output ( 12you choose the method on how you want replies to be sent )"
  1052. set black(say.en.greeting.3) "EN : 1To start please type 4%char%myset lang <language> ( 12RO / EN ) | 4%char%myset output <method> ( 12CHAN / NOTICE )"
  1053. set black(say.en.greeting.4) "EN : 1I wish you a pleasent stay . To be able to see your commands again type 4%char%h . 1Have Fun"