Advertisement
LoveAbleElf

service oper

Oct 18th, 2020 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.99 KB | None | 0 0
  1. menu nicklist {
  2. -
  3. Services Commands
  4. .Channel Service
  5. ..Register a New Channel: csrv register $chan $$?="Password and Description"
  6. ..Set Channel Environment
  7. ...-
  8. ...Securefounder on |off: csrv set $chan securefounder $$?="on or off"
  9. ...Secureops on | off: csrv set $chan secureops $$?="on or off"
  10. ...Secure on | off: csrv set $chan secure $$?="on or off"
  11. ...Peace on | off: csrv set $chan peace $$?="on or off - if set ON will prevent users from ban/kick/remove a user superior or equal level"
  12. ...-
  13. ...Topic: csrv set $chan topic $$?="Enter Channel Topic"
  14. ...KeepTopic on | off: csrv set $chan keeptopic $$?="on or off"
  15. ...TopicLock on | off: csrv set $chan topiclock $$?="on or off"
  16. ...Mode Lock: csrv set $chan mlock $$?="Enter Modes to be Locked"
  17. ...EntryMsg: csrv set $chan entrymsg $$?="Entry Message to Show when Users Join"
  18. ...-
  19. ...Private on | off: csrv set $chan private $$?="on or off"
  20. ...Restricted on | off: csrv set $chan restricted $$?="on or off"
  21. ...Signkick on | off: csrv set $chan signkick $$?="on or off"
  22. ...Opnotice on | off: csrv set $chan opnotice $$?="on or off"
  23. ...-
  24. ...BanType (How to Ban)
  25. ....*!user@host: csrv set $chan bantype 0
  26. ....*!*user@host: csrv set $chan bantype 1
  27. ....*!*@host: csrv set $chan bantype 2
  28. ....*!*user@*.domain: csrv set $chan bantype 3
  29. ...-
  30. ...Founder Change: csrv set $chan founder $$?="Enter Nick"
  31. ...Successor Change: csrv set $chan successor $$?="Enter Nick"
  32. ...Password Change: csrv set $chan password $$?="Password to Use"
  33. ...Description Change: csrv set $chan desc $$?="Description to Use"
  34. ...URL Change: csrv set $chan URL $$?="URL ( include http:// )"
  35. ...Email Change: csrv set $chan email $$?="Enter Email Address"
  36. ..XOP Settings
  37. ...Set XOP on | off: csrv set $chan xop $$?="on or off (on replaces ACCESS command)"
  38. ...VoiceOP Users
  39. ....Add: csrv VOP $chan add $$1
  40. ....Delete: csrv VOP $chan del $$1
  41. ....List: csrv VOP $chan list $$?="Enter Mask or * for ALL"
  42. ....Clear: csrv VOP $chan clear
  43. ...AutoOP Users
  44. ....Add: csrv AOP $chan add $$1
  45. ....Delete: csrv AOP $chan del $$1
  46. ....List: csrv AOP $chan list $$?="Enter Mask or * for ALL"
  47. ....Clear: csrv AOP $chan clear
  48. ...SuperOP Users
  49. ....Add: csrv SOP $chan add $$1
  50. ....Delete: csrv SOP $chan del $$1
  51. ....List: csrv SOP $chan list $$?="Enter Mask or * for ALL"
  52. ....Clear: csrv SOP $chan clear
  53. ..Access Settings ( XOP off )
  54. ...Add: csrv access $chan add $$?="Enter Nick" $$?="Enter Level"
  55. ...Delete: csrv access $chan del $$?="Enter Nick"
  56. ...List: csrv access $chan list $$?="Enter Mask or * for ALL"
  57. ...Clear: csrv access $chan clear
  58. ..-
  59. ..Voice | Devoice User
  60. ...Voice User: csrv voice $chan $$1
  61. ...Devoice User: csrv devoice $chan $$1
  62. ..Op | Deop User
  63. ...Op User: csrv op $chan $$1
  64. ...Deop User: csrv deop $chan $$1
  65. ..Halfops | DeHalfop User
  66. ...Halfop User: csrv halfop $chan $$1
  67. ...DeHalfop User: csrv dehalfop $chan $$1
  68. ..Protect | DeProtect User
  69. ...Protect User: csrv protect $chan $$1
  70. ...DeProtect User: csrv deprotect $chan $$1
  71. ..Kick User: csrv kick $chan $$1 $$?="Enter Reason"
  72. ..Ban User: csrv ban $chan $$1
  73. ..Logout User: csrv logout $chan $$1
  74. ..Clear Channel
  75. ...All Modes: csrv clear $chan modes
  76. ...Bans: csrv clear $chan bans
  77. ...Ops: csrv clear $chan ops
  78. ...Voices: csrv clear $chan voices
  79. ...Users: csrv clear $chan users
  80. ..AKick Mask Settings
  81. ...Add: csrv akick $chan add $$?="Enter Mask" $$?="reason"
  82. ...Delete: csrv akick $chan del $$?="Enter Mask"
  83. ...List: csrv akick $chan list $$?="Enter Mask or * for ALL"
  84. ...View: csrv akick $chan view $$?="Enter Mask "
  85. ...Enforce: csrv akick $chan enforce
  86. ...Clear: csrv akick $chan clear
  87. ..-
  88. ..Identify as Founder: csrv identify $chan $$?="Enter Your Password"
  89. ..GetKey from Channel: csrv getkey $$?="Enter Channel"
  90. ..Invite from Channel: csrv invite $$?="Enter Channel"
  91. ..Unban from Channel: csrv unban $$?="Enter Channel"
  92. ..Send Email of Password: csrv sendpass $chan
  93. ..Info on Channel: csrv info $chan all
  94. ..Owner Channel/s: csrv owner $$?="Enter a Channel to mode +q yourself, or blank for all channels (provided you have rights to.)"
  95. ..Deowner Channel/s: csrv deowner $$?="Enter Channel to mode -q yourself, or blank for all channels (provided you have rights to.)"
  96. ..Drop Channel: csrv drop $$?="Enter channel to DROP (you will loose ownership of channel with this comamnd)"
  97. .Bot Service
  98. ..List all Available Bots: bsrv botlist
  99. ..Assign Bot to Channel: bsrv assign $chan $$?="Enter Bot Nick for BotList"
  100. ..Unassign Bot from Channel: bsrv unassign $chan
  101. ..Set
  102. ...DontKickOps on | off: bsrv set $chan dontkickops $$?="on or off"
  103. ...DontKickVoices on | off: bsrv set $chan dontkickvoices $$?="on or off"
  104. ...Greet on | off: bsrv set $chan greet $$?="on or off"
  105. ...Fantasy on | off: bsrv set $chan fantasy $$?="on or off"
  106. ...Symbiosis on | off: bsrv set $chan symbiosis $$?="on or off"
  107. ..Kick Options
  108. ...Bolds on | off: bsrv kick $chan bolds $$?="on or off"
  109. ...Badwords on | off: bsrv kick $chan badwords $$?="on or off"
  110. ...Caps on | off: bsrv kick $chan caps $$?="on or off"
  111. ...Colors on | off: bsrv kick $chan colors $$?="on or off"
  112. ...Flood on | off: bsrv kick $chan flood $$?="on or off"
  113. ...Repeat on | off: bsrv kick $chan repeat $$?="on or off"
  114. ...Reverses on | off: bsrv kick $chan reverses $$?="on or off"
  115. ...Underlines on | off: bsrv kick $chan underlines $$?="on or off"
  116. ...Badword setup
  117. ....Add word: bsrv badwords $chan add $$?="Enter Badword for Kick"
  118. ....Delete word: bsrv badwords $chan del $$?="Enter Badword to Delete"
  119. ....List all words: bsrv badwords $chan list
  120. ....Clear all words: bsrv badwords $chan clear
  121. .Nick Service
  122. ..Register: nsrv register $$?="Password" $$?="Enter Email"
  123. ..Identify: nsrv identify $$?="Enter your Password:"
  124. ..Group Add: nsrv group $$?="Enter your Main Nick and Password:"
  125. ..Recover Nick: nsrv recover $$?="Enter your Nickname to recover" $$?="Enter your Password:"
  126. ..Kill Ghost: nsrv ghost $$?="Enter Nickname to kill:" $$?="Enter your Password:"
  127. ..Info on Highlighted Nick: nsrv info $$1
  128. ..Info any nick: nsrv info $$?="Enter a Nickname:"
  129. ..Help: nsrv help
  130. .Memo Service
  131. ..Memo to Channel
  132. ...Send Memo to Channel:msrv send # $$?="Enter Message:"
  133. ...List New Memo #Chan:msrv list new #
  134. ...Read Channel Memo:msrv read $$?="Enter Message Number:" #
  135. ...Delete Channel Memo:msrv del $$?="Enter Message Number:" #
  136. ..Memo to Nick
  137. ...Send:msrv send $$?="Enter a Nickname and Message:"
  138. ...List:msrv list
  139. ...Read:msrv read $$?="Enter Message Number:"
  140. ...Delete:msrv del $$?="Enter Message Number:"
  141. .-
  142. .Set ChanServ Identify
  143. ..Auth all Channels from List:aca
  144. ..Add Channel to Auth List:aac
  145. ..Remove Channel from List:r1c
  146. .Set NickServ Auto-Identify
  147. ..Set Registered Nickname: { set %regednick $?="Please set your registered Nickname" | echo 6 -a ********************************************************* | echo 6 -a Your registered (Group) Nickname is set to: %regednick | echo 6 -a Your registered Nickname Password is set to: %regedpass | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick }
  148. ..Set Registered Nick Password: { set %regedpass $?="Please set your registered Nickname Password " | echo 6 -a ********************************************************* | echo 6 -a Your registered (Group) Nickname is set to: %regednick | echo 6 -a Your registered Nickname Password is set to: %regedpass | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick }
  149. ..Set Group Nick Identify ON: { set %gnick on | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick }
  150. ..Set Group Nick Identify OFF: { set %gnick off | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick }
  151. ..Display Settings: { echo 6 -a ********************************************************* | echo 6 -a Your registered (Group) Nickname is set to: %regednick | echo 6 -a Your registered Nickname Password is set to: %regedpass | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick }
  152. .Set Oper Auto-Status
  153. ..Auto Oper ON: { set %ircop on | echo 4 -a Your auto Oper status is currently set to: %ircop }
  154. ..Auto Oper OFF: { set %ircop off | echo 4 -a Your auto Oper status is currently set to: %ircop }
  155. ..Set Oper Nickname: { set %ircop.nick $?="Please set your Oper Nickname " | echo 4 -a Your auto Oper status is currently set to: %ircop | echo 4 -a Your Oper nick is currently set to: %ircop.nick | echo 4 -a Your Oper password is currently set to: %ircop.pass }
  156. ..Set Oper Pass: { set %ircop.pass $?="Please set your Oper Password " | echo 4 -a ********************************************************* | echo 4 -a Your auto Oper status is currently set to: %ircop | echo 4 -a Your Oper nick is currently set to: %ircop.nick | echo 4 -a Your Oper password is currently set to: %ircop.pass }
  157. ..Display Settings: { echo 4 -a ********************************************************* | echo 4 -a Your auto Oper status is currently set to: %ircop | echo 4 -a Your Oper nick is currently set to: %ircop.nick | echo 4 -a Your Oper password is currently set to: %ircop.pass }
  158. .-
  159. .Help - Tell How To...
  160. ..ChanServ
  161. ...Register New Channel:say after you join the unregistered channel of your choice, type: /chanserv register #channel <password> <description>
  162. ...Set Channel Environment
  163. ....Set Securefounder:say Type /msg chanserv set #channel securefounder <on or off>
  164. ....Set Secureops:say Type /msg chanserv set #channel secureops <on or off>
  165. ....Set Secure:say Type /msg chanserv set #channel secure <on or off>
  166. ....Set Peace:say Type /msg chanserv set #channel peace <on or off> - if set ON will prevent users from ban/kick/remove a user superior or equal level.
  167. ....-
  168. ....Set Topic:say Type /msg chanserv set #channel topic <topic sentence>
  169. ....Set KeepTopic:say Type /msg chanserv set #channel keeptopic <on or off>
  170. ....Set TopicLock:say Type /msg chanserv set #channel topiclock <on or off>
  171. ....Set ModeLock:say Type /msg chanserv set #channel mlock <modes i.e. +tn-iklps>
  172. ....Set EntryMsg:say Type /msg chanserv set #channel entrymsg <entry message>
  173. ....-
  174. ....Set Private:say Type /chanserv set #channel private <on or off>
  175. ....Set Restricted:say Type /chanserv set #channel restricted <on or off>
  176. ....Set Signkick:say Type /chanserv set #channel signkick <on or off>
  177. ....Set Opnotice:say Type /chanserv set #channel opnotice <on or off>
  178. ....-
  179. ....Founder Change:say Type /chanserv set #channel founder <nick>
  180. ....Successor Change:say Type /chanserv set #channel successor <nick>
  181. ....Password Change:say Type /chanserv set #channel password <password>
  182. ....Description Change:say Type /chanserv set #channel desc <description>
  183. ....URL Change:say Type /chanserv set #channel url <url>
  184. ....Email Change:say Type /chanserv set #channel email <email address>
  185. ...-
  186. ...XOP Settings
  187. ....Set XOP on or off:say Type /chanserv set #channel xop <on or off> (setting this feature ON replaces the ACCESS command.)
  188. ....VoiceOP Users
  189. .....Add User:say Type /chanserv VOP #channel add <nick>
  190. .....Delete User:say Type /chanserv VOP #channel del <nick>
  191. .....List Users:say Type /chanserv VOP #channel list <mask>
  192. .....Clear Users:say Type /chanserv VOP #channel clear <mask>
  193. ....AutoOP Users
  194. .....Add User:say Type /chanserv AOP #channel add <nick>
  195. .....Delete User:say Type /chanserv AOP #channel del <nick>
  196. .....List Users:say Type /chanserv AOP #channel list <mask>
  197. .....Clear Users:say Type /chanserv AOP #channel clear <mask>
  198. ....SuperOP Users
  199. .....Add User:say Type /chanserv SOP #channel add <nick>
  200. .....Delete User:say Type /chanserv SOP #channel del <nick>
  201. .....List Users:say Type /chanserv SOP #channel list <mask>
  202. .....Clear Users:say Type /chanserv SOP #channel clear <mask>
  203. ...Access Settings
  204. ....Add User:say XOP feature must be set OFF. Then Type /chanserv access #channel add <nick> <level> (default levels = 1 thru 10, 5 and up autoops.)
  205. ....Delete User:say Type /chanserv access #channel del <nick>
  206. ....List Users:say Type /chanserv access #channel list <mask>
  207. ....Clear Users:say Type /chanserv access #channel clear
  208. ...-
  209. ...Voice | Devoice User
  210. ....Voice:say Type /chanserv voice #channel <nick>
  211. ....Devoice:say Type /chanserve devoice #channel <nick>
  212. ...Op | Deop User
  213. ....Op:say Type /chanserv op #channel <nick>
  214. ....Deop:say Type /chanserv deop #channel <nick>
  215. ...Halfop | DeHalfop User
  216. ....Halfop:say Type /chanserv halfop #channel <nick>
  217. ....Dehalfop:say Type /chanserv dehalfop #channel <nick>
  218. ...Protect | DeProtect User
  219. ....Protect:say Type /chanserv protect #channel <nick>
  220. ....Deprotect:say Type /chanserv deprotect #channel <nick>
  221. ...Kick User:say Type /chanserv kick #channel <nick> <reason>
  222. ...Ban User:say Type /chanserv ban #channel <nick> <reason>
  223. ...Logout User:say Type /chanserv logout #channel <nick>
  224. ...Clear Channel
  225. ....Clear All Modes:say Type /chanserv clear #channel modes
  226. ....Clear Bans:say Type /chanserv clear #channel bans
  227. ....Clear Ops:say Type /chanserv clear #channel ops
  228. ....Clear Voices:say Type /chanserv clear #channel voices
  229. ....Clear Users:say Type /chanserv clear #channel users
  230. ...AKick
  231. ....Add Mask:say Type /chanserv akick #channel add <mask> <reason>
  232. ....Delete Mask:say Type /chanserv akick #channel del <mask>
  233. ....List Masks:say Type /chanserv akick #channel list <mask>
  234. ....View Masks:say Type /chanserv akick #channel view <mask>
  235. ....Enforce AKick:say Type /chanserv akick #channel enforce
  236. ....Clear AKicks:say Type /chanserv #channel clear
  237. ...-
  238. ...Identify as Founder:say Type /chanserv identify #channel <password>
  239. ...GetKey from Channel:say Type /chanserv getkey #channel
  240. ...Invite from Channel:say Type /chanserv invite #channel
  241. ...Unban from Channel:say Type /chanserv unban #channel
  242. ...Send Email of Password:say Type /chanserv sendpass #channel
  243. ...Info on Channel:say Type /chanserv info #channel all
  244. ...Owner Channel/s:say Type /chanserv owner #channel --if no #channel is given, you will mode +q yourself for all channels you have rights to.
  245. ...Deowner Channel/s:say Type /chanserv deowner #channel --if no #channel is given, you will mode -q yourself for all channels you have rights to.
  246. ...Drop a Channel:say Type /chanserv drop #channel --you will loose ownership of the #channel you use DROP.
  247. ..NickServ
  248. ...Register New Nick:say Type /nickserv register <password> <email>
  249. ...Identify Nick:say Type /nickserv identify <password>
  250. ...Add to Group:say change nicks to the one you want to link into a target group ... then Type /nickserv group <main nick> <password>
  251. ...Info on Nick:say Type /nickserv info <nickname>
  252. ...Kill Ghost:say Type /nickserv ghost <nick to kill> <password>
  253. ...Take away msg window:say Type /nickserv set msg off or on ... OFF will send services messages as notices or ON will sending them in private message.
  254. ..MemoServ
  255. ...Memo to Channel
  256. ....Send Memo to Channel:say Type /memoserv send #channel <message>
  257. ....List New Channel Memos:say Type /memoserv list new #channel
  258. ....Read Channel Memos:say Type /memoserv read <memo number> #channel
  259. ....Delete Channel Memo:say Type /memoserv del <memo number> #channel
  260. ...Memo to Nick
  261. ....Send Memo to Nick:say Type /memoserv send <nick> <message>
  262. ....List Memos:say Type /memoserv list
  263. ....Read Memos:say Type /memoserv read <memo number>
  264. ....Delete Memos:say Type /memoserv del <memo number or all ("All" gets purged as well) >
  265. ..BotServ
  266. ...List Bot Nicks:say Type /botserv botlist to get a list of available bots
  267. ...Assign to Channel:say Type /botserv assign #channel <bot nick>
  268. ...Unassign from Channel:say Type /botserv unassign #channel
  269. ...Set
  270. ....Dontkickops on | off:say Type /botserv set #channel dontkickops <on of off>
  271. ....Dontkickvoices on | off:say Type /botserv set #channel dontkickvoices <on or off>
  272. ....Greet Message on | off:say Type /botserv set #channel greet <on or off>
  273. ....Fantasy on | off:say Type /botserv set #channel fantasy <on or off>
  274. ....Symbiosis on | off:say Type /botserv set #channel symbiosis <on or off>
  275. ...Kick Options
  276. ....Bolds on | off:say Type /botserv kick #channel bolds <on or off>
  277. ....Badwords on | off:say Type /botserv kick #channel badwords <on or off>
  278. ....Caps on | off:say Type /botserv kick #channel caps <on or off>
  279. ....Colors on | off:say Type /botserv kick #channel colors <on or off>
  280. ....Flood on | off:say Type /botserv kick #channel flood <on or off>
  281. ....Repeat on | off:say Type /botserv kick #channel repeat <on or off>
  282. ....Reverses on | off:say Type /botserv kick #channel reverses <on or off>
  283. ....Underlines on | off:say Type /botserv kick #channel underlines <on or off>
  284. ....Badword Setup
  285. .....Add word:say Type /botserv badwords #channel add <word>
  286. .....Delete word:say Type /botserv badwords #channel del <word>
  287. .....List all words:say Type /botserv badwords #channel list
  288. .....Clear all words:say Type /botserv badwords #channel clear
  289. }
  290. menu query {
  291. Network Services
  292. .ChanServ
  293. ..Identify: csrv identify $$?="Enter Channel Name" $$?="Enter your password"
  294. ..Set
  295. ...Founder: csrv set $$?="Enter Channel Name" founder $$?="enter nick"
  296. ...Successor: csrv set $$?="Enter Channel Name" successor $$?="enter nick"
  297. ...Password: csrv set $$?="Enter Channel Name" password $$?="Password to use"
  298. ...Description: csrv set $$?="Enter Channel Name" desc $$?="Description to use"
  299. ...URL: csrv set $$?="Enter Channel Name" URL $$?="URL"
  300. ...Email: csrv set $$?="Enter Channel Name" email $$?="Enter address"
  301. ...EntryMsg: csrv set $$?="Enter Channel Name" entrymsg $$?="Entry message to show on join"
  302. ...Topic: csrv set $$?="Enter Channel Name" topic $$?="Enter Topic"
  303. ...Bantype (How bans are set)
  304. ....*!user@host: csrv set $$?="Enter Channel Name" bantype 0
  305. ....*!*user@host: csrv set $$?="Enter Channel Name" bantype 1
  306. ....*!*@host: csrv set $$?="Enter Channel Name" bantype 2
  307. ....*!*user@*.domain: csrv set $$?="Enter Channel Name" bantype 3
  308. ...Keeptopic: csrv set $$?="Enter Channel Name" keeptopic $$?="on or off"
  309. ...TopicLock: csrv set $$?="Enter Channel Name" topiclock $$?="on or off"
  310. ...Mode Lock: csrv set $$?="Enter Channel Name" mlock $$?="Enter modes to be locked"
  311. ...Private: csrv set $$?="Enter Channel Name" private $$?="on or off"
  312. ...Restricted: csrv set $$?="Enter Channel Name" restricted $$?="On or off"
  313. ...Secure: csrv set $$?="Enter Channel Name" secure $$?="on or off"
  314. ...Secureops: csrv set $$?="Enter Channel Name" secureops $$?="on or off"
  315. ...Securefounder: csrv set $$?="Enter Channel Name" securefounder $$?="on or off"
  316. ...Signkick: csrv set $$?="Enter Channel Name" signkick $$?="on or off"
  317. ...Opnotice: csrv set $$?="Enter Channel Name" opnotice $$?="on or off"
  318. ..XOP Settings (if XOP is ON)
  319. ...Set XOP on | off: csrv set $$?="Enter Channel Name" xop $$?="on or off"
  320. ...VoiceOP Settings
  321. ....Add: csrv VOP $$?="Enter Channel Name" add $$?="Enter Nick"
  322. ....Delete: csrv VOP $$?="Enter Channel Name" del $$?="Enter Nick"
  323. ....List: csrv VOP $$?="Enter Channel Name" list $$?="Enter Mask or * for ALL"
  324. ....Clear: csrv VOP $$?="Enter Channel Name" clear
  325. ...AutoOP Settings
  326. ....Add: csrv AOP $$?="Enter Channel Name" add $$?="Enter Nick"
  327. ....Delete: csrv AOP $$?="Enter Channel Name" del $$?="Enter Nick"
  328. ....List: csrv AOP $$?="Enter Channel Name" list $$?="Enter Mask or * for ALL"
  329. ....Clear: csrv AOP $$?="Enter Channel Name" clear
  330. ...SuperOP Settings
  331. ....Add: csrv SOP $$?="Enter Channel Name" add $$?="Enter Nick"
  332. ....Delete: csrv SOP $$?="Enter Channel Name" del $$?="Enter Nick"
  333. ....List: csrv SOP $$?="Enter Channel Name" list $$?="Enter Mask or * for ALL"
  334. ....Clear: csrv SOP $$?="Enter Channel Name" clear
  335. ..Access Settings (if XOP is OFF)
  336. ...Add: csrv access $$?="Enter Channel Name" add $$?="Enter Nick" $$?="Enter Level"
  337. ...Delete: csrv access $$?="Enter Channel Name" del $$?="Enter Nick"
  338. ...List: csrv access $$?="Enter Channel Name" list $$?="Enter Mask or * for ALL"
  339. ...Clear: csrv access $$?="Enter Channel Name" clear
  340. ..AKick Mask
  341. ...Add: csrv akick $$?="Enter Channel Name" add $$?="Enter Mask" $$?="reason"
  342. ...Delete: csrv akick $$?="Enter Channel Name" del $$?="Enter Mask"
  343. ...List: csrv akick $$?="Enter Channel Name" list $$?="Enter Mask or * for ALL"
  344. ...View: csrv akick $$?="Enter Channel Name" view $$?="Enter Mask or * for ALL"
  345. ...Enforce: csrv akick $$?="Enter Channel Name" enforce
  346. ...Clear: csrv akick $$?="Enter Channel Name" clear
  347. ..Drop Channel: csrv drop $$?="Enter Channel Name"
  348. ..Send Channel Pass: csrv sendpass $$?="Enter Channel Name"
  349. ..Clear Channel Modes
  350. ...All Modes: csrv clear $$?="Enter Channel Name" modes
  351. ...Bans: csrv clear $$$?="Enter Channel Name" bans
  352. ...Ops: csrv clear $$?="Enter Channel Name" ops
  353. ...Voices: csrv clear $$?="Enter Channel Name" voices
  354. ...Users: csrv clear $$?="Enter Channel Name" users
  355. ..GetKey from Channel: csrv getkey $$?="enter channel"
  356. ..Info on Channel: csrv info $$?="Enter Channel Name" all
  357. ..Invite Channel: csrv invite $$?="Enter Channel Name"
  358. ..Unban Yourself: csrv unban $$?="Enter Channel Name"
  359. ..Protect/deprotect
  360. ...Protect User: csrv protect $$?="Enter Channel Name" $$?="Enter Nick"
  361. ...Deprotect User: csrv deprotect $$?="Enter Channel Name" $$?="Enter Nick"
  362. ..-
  363. ..ChanServ Oper Options
  364. ...Forbid
  365. ....Forbid:chanserv forbid $$?="What Channel?" $$?="Reason?"
  366. ....UnForbid:chanserv drop $$?="What Channel?"
  367. ....-
  368. ....Help:chanserv help forbid
  369. ....Level
  370. ...Getpass
  371. ....GetPass:chanserv getpass #$$?="What Channel?(without #)"
  372. ....-
  373. ....Help:chanserv help getpass
  374. ...Status:chanserv status $$?="Channel?" $$?="User?"
  375. ...Clist:chanserv clist $$?="user?"
  376. ...NoExpire
  377. ....On:chanserv set $$?="Channel?" Noexpire on
  378. ....Off:chanserv set $$?="Channel?" Noexpire off
  379. ...-
  380. ...Oper Help:chanserv help
  381. .Bot Service
  382. ..List all Available Bots: bsrv botlist
  383. ..Assign Bot to Channel: bsrv assign $$?="Enter Channel Name" $$?="Enter Bot Nick for BotList"
  384. ..Unassign Bot from Channel: bsrv unassign $$?="Enter Channel Name"
  385. ..Set Options
  386. ...DontKickOps on | off: bsrv set $$?="Enter Channel Name" dontkickops $$?="on or off"
  387. ...DontKickVoices on | off: bsrv set $$?="Enter Channel Name" dontkickvoices $$?="on or off"
  388. ...Greet on | off: bsrv set $$?="Enter Channel Name" greet $$?="on or off"
  389. ...Fantasy on | off: bsrv set $$?="Enter Channel Name" fantasy $$?="on or off"
  390. ...Symbiosis on | off: bsrv set $$?="Enter Channel Name" symbiosis $$?="on or off"
  391. ..Kick Options
  392. ...Bolds on | off: bsrv kick $$?="Enter Channel Name" bolds $$?="on or off"
  393. ...Badwords on | off: bsrv kick $$?="Enter Channel Name" badwords $$?="on or off"
  394. ...Caps on | off: bsrv kick $$?="Enter Channel Name" caps $$?="on or off"
  395. ...Colors on | off: bsrv kick $$?="Enter Channel Name" colors $$?="on or off"
  396. ...Flood on | off: bsrv kick $$?="Enter Channel Name" flood $$?="on or off"
  397. ...Repeat on | off: bsrv kick $$?="Enter Channel Name" repeat $$?="on or off"
  398. ...Reverses on | off: bsrv kick $$?="Enter Channel Name" reverses $$?="on or off"
  399. ...Underlines on | off: bsrv kick $$?="Enter Channel Name" underlines $$?="on or off"
  400. ...Badword setup
  401. ....Add word: bsrv badwords $$?="Enter Channel Name" add $$?="Enter Badword for Kick"
  402. ....Delete word: bsrv badwords $$?="Enter Channel Name" del $$?="Enter Badword to Delete"
  403. ....List all words: bsrv badwords $$?="Enter Channel Name" list
  404. ....Clear all words: bsrv badwords $$?="Enter Channel Name" clear
  405. .NickServ
  406. ..Register: nsrv register $$?="Password" $$?="Enter email"
  407. ..Identify:nsrv identify $$?="Enter your Password:"
  408. ..Group:nsrv group $$?="Enter your Main Nick and Password:"
  409. ..Info any nick:nsrv info $$?="Enter a nickname:"
  410. ..Info Queried Nick:nsrv info $$1
  411. ..Help:nsrv help
  412. ..Ghost Kills:nsrv ghost $$?="Enter nickname to kill:" $$?="Enter your Password:"
  413. ..-
  414. ..NickServ Oper Options
  415. ...Forbid
  416. ....Forbid:nickserv forbid $$?="Nick?" $$?="Reason?"
  417. ....UnForbid:nickserv forbid $$?="Nick?"
  418. ...Getpass
  419. ....GetPass:nickserv getpass $$?="Nick?"
  420. ....-
  421. ....Help:nickserv help getpass
  422. ...NoExpire
  423. ....On:nickserv set $$?="Nick?" noexpire on
  424. ....Off:nickserv set $$?="Nick?" noexpire off
  425. ...-
  426. ...Oper Help:nickserv help
  427. .MemoServ
  428. ..Personal Nick
  429. ...Send:msrv send $$?="Enter a nickname and message:"
  430. ...List:msrv list
  431. ...Read:msrv read $$?="Enter message number:"
  432. ...Delete:msrv del $$?="Enter message number:"
  433. .-
  434. .Help User - Tell How To...
  435. ..ChanServ
  436. ...Register New Channel:say after you join the unregistered channel of your choice, type: /chanserv register #channel <password> <description>
  437. ...Set Channel Environment
  438. ....Set Securefounder:say Type /chanserv set #channel securefounder <on or off>
  439. ....Set Secureops:say Type /chanserv set #channel secureops <on or off>
  440. ....Set Secure:say Type /chanserv set #channel secure <on or off>
  441. ....Set Peace:say Type /chanserv set #channel peace <on or off> - if set ON will prevent users from ban/kick/remove a user superior or equal level.
  442. ....-
  443. ....Set Topic:say Type /chanserv set #channel topic <topic sentence>
  444. ....Set KeepTopic:say Type /chanserv set #channel keeptopic <on or off>
  445. ....Set TopicLock:say Type /chanserv set #channel topiclock <on or off>
  446. ....Set ModeLock:say Type /chanserv set #channel mlock <modes i.e. +tn-iklps>
  447. ....Set EntryMsg:say Type /chanserv set #channel entrymsg <entry message>
  448. ....-
  449. ....Set Private:say Type /chanserv set #channel private <on or off>
  450. ....Set Restricted:say Type /chanserv set #channel restricted <on or off>
  451. ....Set Signkick:say Type /chanserv set #channel signkick <on or off>
  452. ....Set Opnotice:say Type /chanserv set #channel opnotice <on or off>
  453. ....-
  454. ....Founder Change:say Type /chanserv set #channel founder <nick>
  455. ....Successor Change:say Type /chanserv set #channel successor <nick>
  456. ....Password Change:say Type /chanserv set #channel password <password>
  457. ....Description Change:say Type /chanserv set #channel desc <description>
  458. ....URL Change:say Type /chanserv set #channel url <url>
  459. ....Email Change:say Type /chanserv set #channel email <email address>
  460. ...-
  461. ...XOP Settings
  462. ....Set XOP on or off:say Type /chanserv set #channel xop <on or off> (setting this feature ON replaces the ACCESS command.)
  463. ....VoiceOP Users
  464. .....Add User:say Type /chanserv VOP #channel add <nick>
  465. .....Delete User:say Type /chanserv VOP #channel del <nick>
  466. .....List Users:say Type /chanserv VOP #channel list <mask>
  467. .....Clear Users:say Type /chanserv VOP #channel clear <mask>
  468. ....AutoOP Users
  469. .....Add User:say Type /chanserv AOP #channel add <nick>
  470. .....Delete User:say Type /chanserv AOP #channel del <nick>
  471. .....List Users:say Type /chanserv AOP #channel list <mask>
  472. .....Clear Users:say Type /chanserv AOP #channel clear <mask>
  473. ....SuperOP Users
  474. .....Add User:say Type /chanserv SOP #channel add <nick>
  475. .....Delete User:say Type /chanserv SOP #channel del <nick>
  476. .....List Users:say Type /chanserv SOP #channel list <mask>
  477. .....Clear Users:say Type /chanserv SOP #channel clear <mask>
  478. ...Access Settings
  479. ....Add User:say XOP feature must be set OFF. Then Type /chanserv access #channel add <nick> <level> (default levels = 1 thru 10, 5 and up autoops.)
  480. ....Delete User:say Type /chanserv access #channel del <nick>
  481. ....List Users:say Type /chanserv access #channel list <mask>
  482. ....Clear Users:say Type /chanserv access #channel clear
  483. ...-
  484. ...Voice | Devoice User
  485. ....Voice:say Type /chanserv voice #channel <nick>
  486. ....Devoice:say Type /chanserve devoice #channel <nick>
  487. ...Op | Deop User
  488. ....Op:say Type /chanserv op #channel <nick>
  489. ....Deop:say Type /chanserv deop #channel <nick>
  490. ...Halfop | DeHalfop User
  491. ....Halfop:say Type /chanserv halfop #channel <nick>
  492. ....Dehalfop:say Type /chanserv dehalfop #channel <nick>
  493. ...Protect | DeProtect User
  494. ....Protect:say Type /chanserv protect #channel <nick>
  495. ....Deprotect:say Type /chanserv deprotect #channel <nick>
  496. ...Kick User:say Type /chanserv kick #channel <nick> <reason>
  497. ...Ban User:say Type /chanserv ban #channel <nick> <reason>
  498. ...Logout User:say Type /chanserv logout #channel <nick>
  499. ...Clear Channel
  500. ....Clear All Modes:say Type /chanserv clear #channel modes
  501. ....Clear Bans:say Type /chanserv clear #channel bans
  502. ....Clear Ops:say Type /chanserv clear #channel ops
  503. ....Clear Voices:say Type /chanserv clear #channel voices
  504. ....Clear Users:say Type /chanserv clear #channel users
  505. ...AKick
  506. ....Add Mask:say Type /chanserv akick #channel add <mask> <reason>
  507. ....Delete Mask:say Type /chanserv akick #channel del <mask>
  508. ....List Masks:say Type /chanserv akick #channel list <mask>
  509. ....View Masks:say Type /chanserv akick #channel view <mask>
  510. ....Enforce AKick:say Type /chanserv akick #channel enforce
  511. ....Clear AKicks:say Type /chanserv #channel clear
  512. ...-
  513. ...Identify as Founder:say Type /chanserv identify #channel <password>
  514. ...GetKey from Channel:say Type /chanserv getkey #channel
  515. ...Invite from Channel:say Type /chanserv invite #channel
  516. ...Unban from Channel:say Type /chanserv unban #channel
  517. ...Send Email of Password:say Type /chanserv sendpass #channel
  518. ...Info on Channel:say Type /chanserv info #channel all
  519. ...Owner Channel/s:say Type /chanserv owner #channel --if no #channel is given, you will mode +q yourself for all channels you have rights to.
  520. ...Deowner Channel/s:say Type /chanserv deowner #channel --if no #channel is given, you will mode -q yourself for all channels you have rights to.
  521. ...Drop a Channel:say Type /chanserv drop #channel --you will loose ownership of the #channel you use DROP.
  522. ..NickServ
  523. ...Register New Nick:say Type /nickserv register <password> <email>
  524. ...Identify Nick:say Type /nickserv identify <password>
  525. ...Add to Group:say change nicks to the one you want to link into a target group ... then Type /nickserv group <main nick> <password>
  526. ...Info on Nick:say Type /nickserv info <nickname>
  527. ...Kill Ghost:say Type /nickserv ghost <nick to kill> <password> (Both nicks must be registered)
  528. ...Take away msg window:say Type /nickserv set msg off or on ... OFF will send services messages as notices or ON will sending them in private message.
  529. ..MemoServ
  530. ...Memo to Channel
  531. ....Send Memo to Channel:say Type /memoserv send #channel <message>
  532. ....List New Channel Memos:say Type /memoserv list new #channel
  533. ....Read Channel Memos:say Type /memoserv read <memo number> #channel
  534. ....Delete Channel Memo:say Type /memoserv del <memo number> #channel
  535. ...Memo to Nick
  536. ....Send Memo to Nick:say Type /memoserv send <nick> <message>
  537. ....List Memos:say Type /memoserv list
  538. ....Read Memos:say Type /memoserv read <memo number>
  539. ....Delete Memos:say Type /memoserv del <memo number or all ("All" gets purged as well) >
  540. ..BotServ
  541. ...List Bot Nicks:say Type /botserv botlist to get a list of available bots
  542. ...Assign to Channel:say Type /botserv assign #channel <bot nick>
  543. ...Unassign from Channel:say Type /botserv unassign #channel
  544. ...Set
  545. ....Dontkickops on | off:say Type /botserv set #channel dontkickops <on of off>
  546. ....Dontkickvoices on | off:say Type /botserv set #channel dontkickvoices <on or off>
  547. ....Greet Message on | off:say Type /botserv set #channel greet <on or off>
  548. ....Fantasy on | off:say Type /botserv set #channel fantasy <on or off>
  549. ....Symbiosis on | off:say Type /botserv set #channel symbiosis <on or off>
  550. ...Kick Options
  551. ....Bolds on | off:say Type /botserv kick #channel bolds <on or off>
  552. ....Badwords on | off:say Type /botserv kick #channel badwords <on or off>
  553. ....Caps on | off:say Type /botserv kick #channel caps <on or off>
  554. ....Colors on | off:say Type /botserv kick #channel colors <on or off>
  555. ....Flood on | off:say Type /botserv kick #channel flood <on or off>
  556. ....Repeat on | off:say Type /botserv kick #channel repeat <on or off>
  557. ....Reverses on | off:say Type /botserv kick #channel reverses <on or off>
  558. ....Underlines on | off:say Type /botserv kick #channel underlines <on or off>
  559. ....Badword Setup
  560. .....Add word:say Type /botserv badwords #channel add <word>
  561. .....Delete word:say Type /botserv badwords #channel del <word>
  562. .....List all words:say Type /botserv badwords #channel list
  563. .....Clear all words:say Type /botserv badwords #channel clear
  564. OperServ
  565. .Global:msg operserv global $$?="What is the Global Msg?"
  566. .Stats: msg operserv stats
  567. .Uptime:msg operserv uptime
  568. .Oper List:msg operserv oper list
  569. .Admin List:msg operserv admin list
  570. .-
  571. .Service Operators
  572. ..Mode
  573. ...Set Channel modes:os mode $$?="Channel?" $$?="Modes to set/unset?"
  574. ..Kick:os kick $$?="Channel?" $$?="Nick?" $$?="Reason?"
  575. ..Akill
  576. ...Add Akill:os akill add + $+ $$?="What Time Limit? (0, 1d, 1w, 1m)" *@ $+ $$?="What is the Address?" $$?="Reason"
  577. ...Del Akill:os akill del $$?="What is the Address?"
  578. ...List Akill:os akill list
  579. ...View Akill:os akill view $$?="Pattern/Num?"
  580. ..Clear Modes
  581. ...Modes:os clearmodes $$?="What is the Channel?"
  582. ...Clear All:os clearmodes $$?="What is the Channel?" ALL
  583. ..SGline
  584. ...Add SGline:os sgline add $$?="Nick?" $$?="Reason?"
  585. ...Del SGline:os sgline del $$?="Nick?"
  586. ...List SGline:os sgline list
  587. ..SQline
  588. ...Add SQline:os sqline add $$?="Nick (or #Channel)?" $$?="Reason?"
  589. ...Del SQline:os sqline del $$?="Nick (or #Channel)?"
  590. ...List SQline:os sqline list
  591. ..SZline
  592. ...Add Zline:os szline add $$?="Ip?" $$?="Reason?"
  593. ...Del Zline:os szline del $$?="Ip?"
  594. ...List Zline:os szline list
  595. .Services Admin
  596. ..Session
  597. ...Threshold:os session list $$?="Threshold?"
  598. ...Host:os session list $$?="Host?"
  599. ..Exception
  600. ...Add:os exception add + $+ $$?="time to Expire(1d,30d,0)?" $$?="Host (w/out *@)?" $$?="# of Sessions?" $$?="Reason?"
  601. ...Del:os exception del $$?="host?"
  602. ...List:os exception list
  603. ..KillClones:os killclones $$?="Nick?"
  604. ..List Chans
  605. ...Pattern:os chanlist $$?="Pattern?"
  606. ...Nick:os chanlist $$?="Nick?"
  607. ...Secret:os chanlist $$?="Pattern?" secret
  608. ..List Users
  609. ...Pattern:os userlist $$?="Pattern (in format: nick!user@host)?"
  610. ...Nick:os userlist $$?="Nick?"
  611. ...Secret:os userlist $$?="Nick Pattern?" secret
  612. ..Oper
  613. ...Add Sop:os oper add $$?="Nick?"
  614. ...Del Sop:os oper del $$?="Nick?"
  615. ...List Sop:os oper list
  616. ..LogonNews
  617. ...Add:os logonnews add $$?="News?"
  618. ...Del:os logonnews del $$?="News #?"
  619. ...List:os logonnews list
  620. ..RamdomNews
  621. ...Add:os randomnews add $$?="News?"
  622. ...Del:os randomnews del $$?="News #?"
  623. ...List:os randomnews list
  624. ..OperNews
  625. ...Add:os Opernews add $$?="News?"
  626. ...Del:os Opernews del $$?="News #?"
  627. ...List:os Opernews list
  628. ..Jupe Server
  629. ...Add Jupe:os jupe $$?="What is the Server?" $$?="What is the Reason?"
  630. ...Del Jupe:squit $$?="Server?"
  631. ..Cache
  632. ...List:os cache list $$?="pattern?"
  633. ...Del:os cache del $$?="Host?(w/out *@)"
  634. .Services SRA
  635. ..NOOP
  636. ...Set:os noop set $$?="Server?"
  637. ...Revoke:os noop revoke $$?="Server?"
  638. ..Raw
  639. ...Change Nick:os raw svsnick $$?="Nick?" $$?="New Nick?" 0
  640. ...Change Nick Modes:os RAW :operserv SVSMODE $$?="User?" $$?="Modes to Change?(+ or -)" :0
  641. ...Change Chan Modes:os RAW : $+ $$?="Service?" MODE $$?="Channel?" $$?="Modes to Change?(+ or -)"
  642. ...Join User:os RAW :operserv SVSJOIN $$?="User?" $$?="Channel?"
  643. ...Join Service:os raw : $+ $$?="Service?" join $$?="Channel?"
  644. ...Part Service:os raw : $+ $$?="Service?" part $$?="Channel?"
  645. ...Privmsg: os raw : $+ $$?="Services" PRIVMSG $$?="Destination" : $+ $$?="Enter Message"
  646. ...Notice:os raw : $+ $$?="Service?" NOTICE $$?="Destination" : $+ $$?="Enter Message"
  647. ...Dcc Send:os raw : $+ $$?="Services?" PRIVMSG $$?="Nick?" : $+ $chr(1) $+ DCC SEND HMMMMM 23463048 204346348 $longip($ip) 2001 $+ $chr(1)
  648. ...Dcc Chat:os raw : $+ $$?="Services?" PRIVMSG $$?="Nick?" : $+ $chr(1) $+ DCC CHAT CHAT $longip($ip) 2001 $+ $chr(1)
  649. ...Kick User:os raw : $+ $$?="Services?" kick $$?="channel?" $$?="User?"
  650. ...Kill User:os raw svskill $$?="Nick?" : $+ $$?="Reason?"
  651. ..Set
  652. ...Readonly:os set readonly $$?="On/Off?"
  653. ...Debug:os set debug $$?="On/Off?"
  654. ...NoExpire:os set noexpire $$?="On/Off?"
  655. ..Update:os update
  656. ..Reload:os reload
  657. ..Quit:os quit
  658. ..Restart:os restart
  659. ..ShutDown:os shutdown
  660. ..Admin
  661. ...Add:os admin add $$?="Nick?"
  662. ...Del:os admin del $$?="nick?"
  663. ...List:os admin list
  664. .-
  665. OperStatServ
  666. .Display Stats:ss stats
  667. .TLD Code:ss tld $$?="Enter Top-level domain ( e.g. US )"
  668. .TLD Map:ss tldmap
  669. .TLD Stats:ss tldstats
  670. .Zone:ss zone $$?="Enter TimeZone ( e.g. GMT )"
  671. .Servers:ss servers
  672. .Map:ss map
  673. .Auth:oss auth $$?="Login?" $$?="Password?"
  674. .-
  675. .Deauth:oss deauth
  676. .Shutdown:oss shutdown $$?="Reason?"
  677. .Restart:oss restart
  678. .Debug
  679. ..Level 0:oss debug 0
  680. ..Level 1:oss debug 1
  681. ..Level 2:oss debug 2
  682. ..Level 3:oss debug 3
  683. ..-
  684. ..Debug Help:oss help debug
  685. .Update:oss update
  686. .Rehash:oss rehash
  687. .Settings:oss settings
  688. .-
  689. .Flush:ss flush $$?="Server?"
  690. .Reset
  691. ..All:ss reset all
  692. ..Server:ss reset $$?="Server?"
  693. .SendPings:ss sendpings
  694. .-
  695. .Main Help:ss help
  696. }
  697. menu status {
  698. Network Services
  699. .Set ChanServ Identify
  700. ..Auth all Channels from List:aca
  701. ..Add Channel to Auth List:aac
  702. ..Remove Channel from List:r1c
  703. .Set NickServ Auto-Identify
  704. ..Set Registered Nickname: { set %regednick $?="Please set your registered Nickname" | echo 6 -a ********************************************************* | echo 6 -a Your registered (Group) Nickname is set to: %regednick | echo 6 -a Your registered Nickname Password is set to: %regedpass | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick }
  705. ..Set Registered Nick Password: { set %regedpass $?="Please set your registered Nickname Password " | echo 6 -a ********************************************************* | echo 6 -a Your registered (Group) Nickname is set to: %regednick | echo 6 -a Your registered Nickname Password is set to: %regedpass | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick }
  706. ..Set Group Nick Identify ON: { set %gnick on | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick }
  707. ..Set Group Nick Identify OFF: { set %gnick off | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick }
  708. ..Display Settings: { echo 6 -a ********************************************************* | echo 6 -a Your registered (Group) Nickname is set to: %regednick | echo 6 -a Your registered Nickname Password is set to: %regedpass | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick }
  709. .Set Oper Auto-Status
  710. ..Auto Oper ON: { set %ircop on | echo 4 -a Your auto Oper status is currently set to: %ircop }
  711. ..Auto Oper OFF: { set %ircop off | echo 4 -a Your auto Oper status is currently set to: %ircop }
  712. ..Set Oper Nickname: { set %ircop.nick $?="Please set your Oper Nickname " | echo 4 -a Your auto Oper status is currently set to: %ircop | echo 4 -a Your Oper nick is currently set to: %ircop.nick | echo 4 -a Your Oper password is currently set to: %ircop.pass }
  713. ..Set Oper Pass: { set %ircop.pass $?="Please set your Oper Password " | echo 4 -a ********************************************************* | echo 4 -a Your auto Oper status is currently set to: %ircop | echo 4 -a Your Oper nick is currently set to: %ircop.nick | echo 4 -a Your Oper password is currently set to: %ircop.pass }
  714. ..Display Settings: { echo 4 -a ********************************************************* | echo 4 -a Your auto Oper status is currently set to: %ircop | echo 4 -a Your Oper nick is currently set to: %ircop.nick | echo 4 -a Your Oper password is currently set to: %ircop.pass }
  715. OperServ
  716. .Global:os global $$?="What is the Global Msg?"
  717. .Stats:os stats
  718. .Uptime:os uptime
  719. .Oper List:os oper list
  720. .Admin List:os admin list
  721. .-
  722. .Service Operators
  723. ..Mode
  724. ...Set Channel modes:os mode $$?="Channel?" $$?="Modes to set/unset?"
  725. ..Kick:os kick $$?="Channel?" $$?="Nick?" $$?="Reason?"
  726. ..Akill
  727. ...Add Akill:os akill add + $+ $$?="What Time Limit? (0, 1d, 1w, 1m)" *@ $+ $$?="What is the Address?" $$?="Reason"
  728. ...Del Akill:os akill del $$?="What is the Address?"
  729. ...List Akill:os akill list
  730. ...View Akill:os akill view $$?="Pattern/Num?"
  731. ..Clear Modes
  732. ...Modes:os clearmodes $$?="What is the Channel?"
  733. ...Clear All:os clearmodes $$?="What is the Channel?" ALL
  734. ..SGline
  735. ...Add SGline:os sgline add $$?="Nick?" $$?="Reason?"
  736. ...Del SGline:os sgline del $$?="Nick?"
  737. ...List SGline:os sgline list
  738. ..SQline
  739. ...Add SQline:os sqline add $$?="Nick (or #Channel)?" $$?="Reason?"
  740. ...Del SQline:os sqline del $$?="Nick (or #Channel)?"
  741. ...List SQline:os sqline list
  742. ..SZline
  743. ...Add Zline:os SZline add $$?="Ip?" $$?="Reason?"
  744. ...Del Zline:os SZline del $$?="Ip?"
  745. ...List Zline:os szline list
  746. .Services Admin
  747. ..Session
  748. ...Threshold:os session list $$?="Threshold?"
  749. ...Host:os session list $$?="Host?"
  750. ..Exception
  751. ...Add:os exception add + $+ $$?="time to Expire(1d,30d,0)?" $$?="Host (w/out *@)?" $$?="# of Sessions?" $$?="Reason?"
  752. ...Del:os exception del $$?="host?"
  753. ...List:os exception list
  754. ..KillClones:os killclones $$?="Nick?"
  755. ..List Chans
  756. ...Pattern:os chanlist $$?="Pattern?"
  757. ...Nick:os chanlist $$?="Nick?"
  758. ...Secret:os chanlist $$?="Pattern?" secret
  759. ..List Users
  760. ...Pattern:os userlist $$?="Pattern (in format: nick!user@host)?"
  761. ...Nick:os userlist $$?="Nick?"
  762. ...Secret:os userlist $$?="Nick Pattern?" secret
  763. ..Oper
  764. ...Add Sop:os oper add $$?="Nick?"
  765. ...Del Sop:os oper del $$?="Nick?"
  766. ...List Sop:os oper list
  767. ..LogonNews
  768. ...Add:os logonnews add $$?="News?"
  769. ...Del:os logonnews del $$?="News #?"
  770. ...List:os logonnews list
  771. ..RamdomNews
  772. ...Add:os randomnews add $$?="News?"
  773. ...Del:os randomnews del $$?="News #?"
  774. ...List:os randomnews list
  775. ..OperNews
  776. ...Add:os Opernews add $$?="News?"
  777. ...Del:os Opernews del $$?="News #?"
  778. ...List:os Opernews list
  779. ..Jupe Server
  780. ...Add Jupe:os jupe $$?="What is the Server?" $$?="What is the Reason?"
  781. ...Del Jupe:squit $$?="Server?"
  782. ..Cache
  783. ...List:os cache list $$?="pattern?"
  784. ...Del:os cache del $$?="Host?(w/out *@)"
  785. .Services SRA
  786. ..NOOP
  787. ...Set:os noop set $$?="Server?"
  788. ...Revoke:os noop revoke $$?="Server?"
  789. ..Raw
  790. ...Change Nick:os raw svsnick $$?="Nick?" $$?="New Nick?" 0
  791. ...Change Nick Modes:os RAW :operserv SVSMODE $$?="User?" $$?="Modes to Change?(+ or -)" :0
  792. ...Change Chan Modes:os RAW : $+ $$?="Service?" MODE $$?="Channel?" $$?="Modes to Change?(+ or -)"
  793. ...Join User:os RAW :operserv SVSJOIN $$?="User?" $$?="Channel?"
  794. ...Join Service:os raw : $+ $$?="Service?" join $$?="Channel?"
  795. ...Part Service:os raw : $+ $$?="Service?" part $$?="Channel?"
  796. ...Privmsg: os raw : $+ $$?="Services" PRIVMSG $$?="Destination" : $+ $$?="Enter Message"
  797. ...Notice:os raw : $+ $$?="Service?" NOTICE $$?="Destination" : $+ $$?="Enter Message"
  798. ...Dcc Send:os raw : $+ $$?="Services?" PRIVMSG $$?="Nick?" : $+ $chr(1) $+ DCC SEND HMMMMM 23463048 204346348 $longip($ip) 2001 $+ $chr(1)
  799. ...Dcc Chat:os raw : $+ $$?="Services?" PRIVMSG $$?="Nick?" : $+ $chr(1) $+ DCC CHAT CHAT $longip($ip) 2001 $+ $chr(1)
  800. ...Kick User:os raw : $+ $$?="Services?" kick $$?="channel?" $$?="User?"
  801. ...Kill User:os raw svskill $$?="Nick?" : $+ $$?="Reason?"
  802. ..Set
  803. ...Readonly:os set readonly $$?="On/Off?"
  804. ...Debug:os set debug $$?="On/Off?"
  805. ...NoExpire:os set noexpire $$?="On/Off?"
  806. ..Update:os update
  807. ..Reload:os reload
  808. ..Quit:os quit
  809. ..Restart:os restart
  810. ..ShutDown:os shutdown
  811. ..Admin
  812. ...Add:os admin add $$?="Nick?"
  813. ...Del:os admin del $$?="nick?"
  814. ...List:os admin list
  815. .-
  816. OperStatServ
  817. .Display Stats:ss stats
  818. .TLD Code:ss tld $$?="Enter Top-level domain ( e.g. US )"
  819. .TLD Map:ss tldmap
  820. .TLD Stats:ss tldstats
  821. .Zone:ss zone $$?="Enter TimeZone ( e.g. GMT )"
  822. .Servers:ss servers
  823. .Map:ss map
  824. .Auth:oss auth $$?="Login?" $$?="Password?"
  825. .-
  826. .Deauth:oss deauth
  827. .Shutdown:oss shutdown $$?="Reason?"
  828. .Restart:oss restart
  829. .Debug
  830. ..Level 0:oss debug 0
  831. ..Level 1:oss debug 1
  832. ..Level 2:oss debug 2
  833. ..Level 3:oss debug 3
  834. ..-
  835. ..Debug Help:oss help debug
  836. .Update:oss update
  837. .Rehash:oss rehash
  838. .Settings:oss settings
  839. .-
  840. .Flush:ss flush $$?="Server?"
  841. .Reset
  842. ..All:ss reset all
  843. ..Server:ss reset $$?="Server?"
  844. .SendPings:ss sendpings
  845. }
  846. menu channel {
  847. Network Services
  848. .ChanServ
  849. ..Identify: csrv identify $$?="Enter Channel Name" $$?="Enter your password"
  850. ..Set
  851. ...Founder: csrv set $$?="Enter Channel Name" founder $$?="enter nick"
  852. ...Successor: csrv set $$?="Enter Channel Name" successor $$?="enter nick"
  853. ...Password: csrv set $$?="Enter Channel Name" password $$?="Password to use"
  854. ...Description: csrv set $$?="Enter Channel Name" desc $$?="Description to use"
  855. ...URL: csrv set $$?="Enter Channel Name" URL $$?="URL"
  856. ...Email: csrv set $$?="Enter Channel Name" email $$?="Enter address"
  857. ...EntryMsg: csrv set $$?="Enter Channel Name" entrymsg $$?="Entry message to show on join"
  858. ...Topic: csrv set $$?="Enter Channel Name" topic $$?="Enter Topic"
  859. ...Bantype (How bans are set)
  860. ....*!user@host: csrv set $$?="Enter Channel Name" bantype 0
  861. ....*!*user@host: csrv set $$?="Enter Channel Name" bantype 1
  862. ....*!*@host: csrv set $$?="Enter Channel Name" bantype 2
  863. ....*!*user@*.domain: csrv set $$?="Enter Channel Name" bantype 3
  864. ...Keeptopic: csrv set $$?="Enter Channel Name" keeptopic $$?="on or off"
  865. ...TopicLock: csrv set $$?="Enter Channel Name" topiclock $$?="on or off"
  866. ...Mode Lock: csrv set $$?="Enter Channel Name" mlock $$?="Enter modes to be locked"
  867. ...Private: csrv set $$?="Enter Channel Name" private $$?="on or off"
  868. ...Restricted: csrv set $$?="Enter Channel Name" restricted $$?="On or off"
  869. ...Secure: csrv set $$?="Enter Channel Name" secure $$?="on or off"
  870. ...Secureops: csrv set $$?="Enter Channel Name" secureops $$?="on or off"
  871. ...Securefounder: csrv set $$?="Enter Channel Name" securefounder $$?="on or off"
  872. ...Signkick: csrv set $$?="Enter Channel Name" signkick $$?="on or off"
  873. ...Opnotice: csrv set $$?="Enter Channel Name" opnotice $$?="on or off"
  874. ..XOP Settings (if XOP is ON)
  875. ...Set XOP on | off: csrv set $$?="Enter Channel Name" xop $$?="on or off"
  876. ...VoiceOP Settings
  877. ....Add: csrv VOP $$?="Enter Channel Name" add $$?="Enter Nick"
  878. ....Delete: csrv VOP $$?="Enter Channel Name" del $$?="Enter Nick"
  879. ....List: csrv VOP $$?="Enter Channel Name" list $$?="Enter Mask or * for ALL"
  880. ....Clear: csrv VOP $$?="Enter Channel Name" clear
  881. ...AutoOP Settings
  882. ....Add: csrv AOP $$?="Enter Channel Name" add $$?="Enter Nick"
  883. ....Delete: csrv AOP $$?="Enter Channel Name" del $$?="Enter Nick"
  884. ....List: csrv AOP $$?="Enter Channel Name" list $$?="Enter Mask or * for ALL"
  885. ....Clear: csrv AOP $$?="Enter Channel Name" clear
  886. ...SuperOP Settings
  887. ....Add: csrv SOP $$?="Enter Channel Name" add $$?="Enter Nick"
  888. ....Delete: csrv SOP $$?="Enter Channel Name" del $$?="Enter Nick"
  889. ....List: csrv SOP $$?="Enter Channel Name" list $$?="Enter Mask or * for ALL"
  890. ....Clear: csrv SOP $$?="Enter Channel Name" clear
  891. ..Access Settings (if XOP is OFF)
  892. ...Add: csrv access $$?="Enter Channel Name" add $$?="Enter Nick" $$?="Enter Level"
  893. ...Delete: csrv access $$?="Enter Channel Name" del $$?="Enter Nick"
  894. ...List: csrv access $$?="Enter Channel Name" list $$?="Enter Mask or * for ALL"
  895. ...Clear: csrv access $$?="Enter Channel Name" clear
  896. ..AKick Mask
  897. ...Add: csrv akick $$?="Enter Channel Name" add $$?="Enter Mask" $$?="reason"
  898. ...Delete: csrv akick $$?="Enter Channel Name" del $$?="Enter Mask"
  899. ...List: csrv akick $$?="Enter Channel Name" list $$?="Enter Mask or * for ALL"
  900. ...View: csrv akick $$?="Enter Channel Name" view $$?="Enter Mask or * for ALL"
  901. ...Enforce: csrv akick $$?="Enter Channel Name" enforce
  902. ...Clear: csrv akick $$?="Enter Channel Name" clear
  903. ..-
  904. ..Drop Channel: csrv drop $$?="Enter Channel Name"
  905. ..Send Channel Pass: csrv sendpass $$?="Enter Channel Name"
  906. ..Clear Channel Modes
  907. ...All Modes: csrv clear $$?="Enter Channel Name" modes
  908. ...Bans: csrv clear $$$?="Enter Channel Name" bans
  909. ...Ops: csrv clear $$?="Enter Channel Name" ops
  910. ...Voices: csrv clear $$?="Enter Channel Name" voices
  911. ...Users: csrv clear $$?="Enter Channel Name" users
  912. ..GetKey from Channel: csrv getkey $$?="enter channel"
  913. ..Info on Channel: csrv info $$?="Enter Channel Name" all
  914. ..Invite Channel: csrv invite $$?="Enter Channel Name"
  915. ..Unban Yourself: csrv unban $$?="Enter Channel Name"
  916. ..Protect/deprotect
  917. ...Protect User: csrv protect $$?="Enter Channel Name" $$?="Enter Nick"
  918. ...Deprotect User: csrv deprotect $$?="Enter Channel Name" $$?="Enter Nick"
  919. ..-
  920. ..ChanServ Oper Options
  921. ...Forbid
  922. ....Forbid:chanserv forbid $$?="What Channel?" $$?="Reason?"
  923. ....UnForbid:chanserv drop $$?="What Channel?"
  924. ....-
  925. ....Help:chanserv help forbid
  926. ....Level
  927. ...Getpass
  928. ....GetPass:chanserv getpass #$$?="What Channel?(without #)"
  929. ....-
  930. ....Help:chanserv help getpass
  931. ...Status:chanserv status $$?="Channel?" $$?="User?"
  932. ...Clist:chanserv clist $$?="user?"
  933. ...NoExpire
  934. ....On:chanserv set $$?="Channel?" Noexpire on
  935. ....Off:chanserv set $$?="Channel?" Noexpire off
  936. ...-
  937. ...Oper Help:chanserv help
  938. .Bot Service
  939. ..List all Available Bots: bsrv botlist
  940. ..Assign Bot to Channel: bsrv assign $$?="Enter Channel Name" $$?="Enter Bot Nick for BotList"
  941. ..Unassign Bot from Channel: bsrv unassign $$?="Enter Channel Name"
  942. ..Set Options
  943. ...DontKickOps on | off: bsrv set $$?="Enter Channel Name" dontkickops $$?="on or off"
  944. ...DontKickVoices on | off: bsrv set $$?="Enter Channel Name" dontkickvoices $$?="on or off"
  945. ...Greet on | off: bsrv set $$?="Enter Channel Name" greet $$?="on or off"
  946. ...Fantasy on | off: bsrv set $$?="Enter Channel Name" fantasy $$?="on or off"
  947. ...Symbiosis on | off: bsrv set $$?="Enter Channel Name" symbiosis $$?="on or off"
  948. ..Kick Options
  949. ...Bolds on | off: bsrv kick $$?="Enter Channel Name" bolds $$?="on or off"
  950. ...Badwords on | off: bsrv kick $$?="Enter Channel Name" badwords $$?="on or off"
  951. ...Caps on | off: bsrv kick $$?="Enter Channel Name" caps $$?="on or off"
  952. ...Colors on | off: bsrv kick $$?="Enter Channel Name" colors $$?="on or off"
  953. ...Flood on | off: bsrv kick $$?="Enter Channel Name" flood $$?="on or off"
  954. ...Repeat on | off: bsrv kick $$?="Enter Channel Name" repeat $$?="on or off"
  955. ...Reverses on | off: bsrv kick $$?="Enter Channel Name" reverses $$?="on or off"
  956. ...Underlines on | off: bsrv kick $$?="Enter Channel Name" underlines $$?="on or off"
  957. ...Badword setup
  958. ....Add word: bsrv badwords $$?="Enter Channel Name" add $$?="Enter Badword for Kick"
  959. ....Delete word: bsrv badwords $$?="Enter Channel Name" del $$?="Enter Badword to Delete"
  960. ....List all words: bsrv badwords $$?="Enter Channel Name" list
  961. ....Clear all words: bsrv badwords $$?="Enter Channel Name" clear
  962. .NickServ
  963. ..Register: nsrv register $$?="Password" $$?="Enter email"
  964. ..Identify:nsrv identify $$?="Enter your Password:"
  965. ..Group:nsrv group $$?="Enter your Main Nick and Password:"
  966. ..Info any nick:nsrv info $$?="Enter a nickname:"
  967. ..Help:nsrv help
  968. ..Ghost Kills:nsrv ghost $$?="Enter nickname to kill:" $$?="Enter your Password:"
  969. ..-
  970. ..NickServ Oper Options
  971. ...Forbid
  972. ....Forbid:nickserv forbid $$?="Nick?" $$?="Reason?"
  973. ....UnForbid:nickserv forbid $$?="Nick?"
  974. ...Getpass
  975. ....GetPass:nickserv getpass $$?="Nick?"
  976. ....-
  977. ....Help:nickserv help getpass
  978. ...NoExpire
  979. ....On:nickserv set $$?="Nick?" noexpire on
  980. ....Off:nickserv set $$?="Nick?" noexpire off
  981. ...-
  982. ...Oper Help:nickserv help
  983. .MemoServ
  984. ..Personal Nick
  985. ...Send:msrv send $$?="Enter a nickname and message:"
  986. ...List:msrv list
  987. ...Read:msrv read $$?="Enter message number:"
  988. ...Delete:msrv del $$?="Enter message number:"
  989. .-
  990. .Set ChanServ Identify
  991. ..Auth all Channels from List:aca
  992. ..Add Channel to Auth List:aac
  993. ..Remove Channel from List:r1c
  994. .Set NickServ Auto-Identify
  995. ..Set Registered Nickname: { set %regednick $?="Please set your registered Nickname" | echo 6 -a ********************************************************* | echo 6 -a Your registered (Group) Nickname is set to: %regednick | echo 6 -a Your registered Nickname Password is set to: %regedpass | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick }
  996. ..Set Registered Nick Password: { set %regedpass $?="Please set your registered Nickname Password " | echo 6 -a ********************************************************* | echo 6 -a Your registered (Group) Nickname is set to: %regednick | echo 6 -a Your registered Nickname Password is set to: %regedpass | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick }
  997. ..Set Group Nick Identify ON: { set %gnick on | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick }
  998. ..Set Group Nick Identify OFF: { set %gnick off | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick }
  999. ..Display Settings: { echo 6 -a ********************************************************* | echo 6 -a Your registered (Group) Nickname is set to: %regednick | echo 6 -a Your registered Nickname Password is set to: %regedpass | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick }
  1000. .Set Oper Auto-Status
  1001. ..Auto Oper ON: { set %ircop on | echo 4 -a Your auto Oper status is currently set to: %ircop }
  1002. ..Auto Oper OFF: { set %ircop off | echo 4 -a Your auto Oper status is currently set to: %ircop }
  1003. ..Set Oper Nickname: { set %ircop.nick $?="Please set your Oper Nickname " | echo 4 -a Your auto Oper status is currently set to: %ircop | echo 4 -a Your Oper nick is currently set to: %ircop.nick | echo 4 -a Your Oper password is currently set to: %ircop.pass }
  1004. ..Set Oper Pass: { set %ircop.pass $?="Please set your Oper Password " | echo 4 -a ********************************************************* | echo 4 -a Your auto Oper status is currently set to: %ircop | echo 4 -a Your Oper nick is currently set to: %ircop.nick | echo 4 -a Your Oper password is currently set to: %ircop.pass }
  1005. ..Display Settings: { echo 4 -a ********************************************************* | echo 4 -a Your auto Oper status is currently set to: %ircop | echo 4 -a Your Oper nick is currently set to: %ircop.nick | echo 4 -a Your Oper password is currently set to: %ircop.pass }
  1006. OperServ
  1007. .Global:os global $$?="What is the Global Msg?"
  1008. .Stats:os stats
  1009. .Uptime:os uptime
  1010. .Oper List:os oper list
  1011. .Admin List:os admin list
  1012. .-
  1013. .Service Operators
  1014. ..Mode
  1015. ...Set Channel modes:os mode $$?="Channel?" $$?="Modes to set/unset?"
  1016. ..Kick:os kick $$?="Channel?" $$?="Nick?" $$?="Reason?"
  1017. ..Akill
  1018. ...Add Akill:os akill add + $+ $$?="What Time Limit? (0, 1d, 1w, 1m)" *@ $+ $$?="What is the Address?" $$?="Reason"
  1019. ...Del Akill:os akill del $$?="What is the Address?"
  1020. ...List Akill:os akill list
  1021. ...View Akill:os akill view $$?="Pattern/Num?"
  1022. ..Clear Modes
  1023. ...Modes:os clearmodes $$?="What is the Channel?"
  1024. ...Clear All:os clearmodes $$?="What is the Channel?" ALL
  1025. ..SGline
  1026. ...Add SGline:os sgline add $$?="Nick?" $$?="Reason?"
  1027. ...Del SGline:os sgline del $$?="Nick?"
  1028. ...List SGline:os sgline list
  1029. ..SQline
  1030. ...Add SQline:os sqline add $$?="Nick (or #Channel)?" $$?="Reason?"
  1031. ...Del SQline:os sqline del $$?="Nick (or #Channel)?"
  1032. ...List SQline:os sqline list
  1033. ..SZline
  1034. ...Add Zline:os SZline add $$?="Ip?" $$?="Reason?"
  1035. ...Del Zline:os SZline del $$?="Ip?"
  1036. ...List Zline:os szline list
  1037. .Services Admin
  1038. ..Session
  1039. ...Threshold:os session list $$?="Threshold?"
  1040. ...Host:os session list $$?="Host?"
  1041. ..Exception
  1042. ...Add:os exception add + $+ $$?="time to Expire(1d,30d,0)?" $$?="Host (w/out *@)?" $$?="# of Sessions?" $$?="Reason?"
  1043. ...Del:os exception del $$?="host?"
  1044. ...List:os exception list
  1045. ..KillClones:os killclones $$?="Nick?"
  1046. ..List Chans
  1047. ...Pattern:os chanlist $$?="Pattern?"
  1048. ...Nick:os chanlist $$?="Nick?"
  1049. ...Secret:os chanlist $$?="Pattern or *" secret
  1050. ..List Users
  1051. ...Pattern:os userlist $$?="Pattern (in format: nick!user@host)?"
  1052. ...Nick:os userlist $$?="Nick?"
  1053. ...Secret:os userlist $$?="Nick Pattern or *" secret
  1054. ..Oper
  1055. ...Add Sop:os oper add $$?="Nick?"
  1056. ...Del Sop:os oper del $$?="Nick?"
  1057. ...List Sop:os oper list
  1058. ..LogonNews
  1059. ...Add:os logonnews add $$?="News?"
  1060. ...Del:os logonnews del $$?="News #?"
  1061. ...List:os logonnews list
  1062. ..RamdomNews
  1063. ...Add:os randomnews add $$?="News?"
  1064. ...Del:os randomnews del $$?="News #?"
  1065. ...List:os randomnews list
  1066. ..OperNews
  1067. ...Add:os Opernews add $$?="News?"
  1068. ...Del:os Opernews del $$?="News #?"
  1069. ...List:os Opernews list
  1070. ..Jupe Server
  1071. ...Add Jupe:os jupe $$?="What is the Server?" $$?="What is the Reason?"
  1072. ...Del Jupe:squit $$?="Server?"
  1073. ..Cache
  1074. ...List:os cache list $$?="pattern?"
  1075. ...Del:os cache del $$?="Host?(w/out *@)"
  1076. .Services SRA
  1077. ..NOOP
  1078. ...Set:os noop set $$?="Server?"
  1079. ...Revoke:os noop revoke $$?="Server?"
  1080. ..Raw
  1081. ...Change Nick:os raw svsnick $$?="Nick?" $$?="New Nick?" 0
  1082. ...Change Nick Modes:os RAW :operserv SVSMODE $$?="User?" $$?="Modes to Change?(+ or -)" :0
  1083. ...Change Chan Modes:os RAW : $+ $$?="Service?" MODE $$?="Channel?" $$?="Modes to Change?(+ or -)"
  1084. ...Join User:os RAW :operserv SVSJOIN $$?="User?" $$?="Channel?"
  1085. ...Join Service:os raw : $+ $$?="Service?" join $$?="Channel?"
  1086. ...Part Service:os raw : $+ $$?="Service?" part $$?="Channel?"
  1087. ...Privmsg: os raw : $+ $$?="Services" PRIVMSG $$?="Destination" : $+ $$?="Enter Message"
  1088. ...Notice:os raw : $+ $$?="Service?" NOTICE $$?="Destination" : $+ $$?="Enter Message"
  1089. ...Dcc Send:os raw : $+ $$?="Services?" PRIVMSG $$?="Nick?" : $+ $chr(1) $+ DCC SEND HMMMMM 23463048 204346348 $longip($ip) 2001 $+ $chr(1)
  1090. ...Dcc Chat:os raw : $+ $$?="Services?" PRIVMSG $$?="Nick?" : $+ $chr(1) $+ DCC CHAT CHAT $longip($ip) 2001 $+ $chr(1)
  1091. ...Kick User:os raw : $+ $$?="Services?" kick $$?="channel?" $$?="User?"
  1092. ...Kill User:os raw svskill $$?="Nick?" : $+ $$?="Reason?"
  1093. ..Set
  1094. ...Readonly:os set readonly $$?="On/Off?"
  1095. ...Debug:os set debug $$?="On/Off?"
  1096. ...NoExpire:os set noexpire $$?="On/Off?"
  1097. ..Update:os update
  1098. ..Reload:os reload
  1099. ..Quit:os quit
  1100. ..Restart:os restart
  1101. ..ShutDown:os shutdown
  1102. ..Admin
  1103. ...Add:os admin add $$?="Nick?"
  1104. ...Del:os admin del $$?="Nick?"
  1105. ...List:os admin list
  1106. .-
  1107. OperStatServ
  1108. .Display Stats:ss stats
  1109. .TLD Code:ss tld $$?="Enter Top-level domain ( e.g. US )"
  1110. .TLD Map:ss tldmap
  1111. .TLD Stats:ss tldstats
  1112. .Zone:ss zone $$?="Enter TimeZone ( e.g. GMT )"
  1113. .Servers:ss servers
  1114. .Map:ss map
  1115. .Auth:oss auth $$?="Login?" $$?="Password?"
  1116. .-
  1117. .Deauth:oss deauth
  1118. .Shutdown:oss shutdown $$?="Reason?"
  1119. .Restart:oss restart
  1120. .Debug
  1121. ..Level 0:oss debug 0
  1122. ..Level 1:oss debug 1
  1123. ..Level 2:oss debug 2
  1124. ..Level 3:oss debug 3
  1125. ..-
  1126. ..Debug Help:oss help debug
  1127. .Update:oss update
  1128. .Rehash:oss rehash
  1129. .Settings:oss settings
  1130. .-
  1131. .Flush:ss flush $$?="Server?"
  1132. .Reset
  1133. ..All:ss reset all
  1134. ..Server:ss reset $$?="Server?"
  1135. .SendPings:ss sendpings
  1136. .-
  1137. .Main Help:ss help
  1138. }
  1139. ; Warning!! any changes made below this line could cause this script not to work!
  1140. ; ------------------------------------------------------------------------------
  1141. aliases
  1142. ; change ss and oss aliases msg command to your operstats names
  1143. alias -l ss {
  1144. msg statserv $1-
  1145. }
  1146. alias -l oss {
  1147. msg operstat $1-
  1148. }
  1149. ; no need to make changes to the rest
  1150. alias -l csrv {
  1151. msg chanserv $1-
  1152. }
  1153. alias -l bsrv {
  1154. msg botserv $1-
  1155. }
  1156. alias -l nsrv {
  1157. msg nickserv $1-
  1158. }
  1159. alias -l msrv {
  1160. msg memoserv $1-
  1161. }
  1162. alias -l aca {
  1163. if $exists(chatster.aut) {
  1164. .play -csf1 chatster.aut 1000
  1165. }
  1166. else {
  1167. echo 2 -a *** Network Message: 5 No Channels Defined, Use add channels.
  1168. }
  1169. }
  1170. alias -l aac {
  1171. if exists(chatster.aut) != $true {
  1172. write chatster.aut
  1173. }
  1174. write chatster.aut /msg Chanserv IDENTIFY $$?="Enter Channel Name ( e.g. # )" $$?="Password here"
  1175. echo 2 -a *** ChatsterOrg Message: 5 The Channel has been added to your auto-auth list!
  1176. }
  1177. alias -l r1c {
  1178. if $exists(chatster.aut) != $true { echo 2 -a *** Network Message: 5 No Channels Defined Yet, $me you need to make a file first. | halt }
  1179. if $exists(chatster.aut) == $true {
  1180. write -dw* $+ $$?="Enter Channel Name ( e.g. # )" $+ * chatster.aut
  1181. echo 2 -a **** Network Message: 5 The Channel has been deleted from your auto-auth list!
  1182. }
  1183. }
  1184. on 1:CONNECT: {
  1185. if ( %ircop == $null ) { set %ircop off }
  1186. if ( %gnick == $null ) { set %gnick off }
  1187. if ( %Chatster.org = $null ) { set %Chatster.org $?="What is the exact IRC Network Name for using this script ( e.g., Network ) ?" }
  1188. if ($network == %Chatster.org ) {
  1189. if ( %ircop == on ) {
  1190. if ( %ircop.nick == $null ) { echo 4 -a ERROR: Please set your Oper name in the Services -> Set Oper Auto-Status Menu | halt }
  1191. if ( %ircop.pass == $null ) { echo 4 -a ERROR: Please set your Oper pass in the Services -> Set Oper Auto-Status Menu | halt }
  1192. .oper %ircop.nick %ircop.pass
  1193. }
  1194. }
  1195. }
  1196. on 1:NOTICE:*:?: {
  1197. if ($network == %Chatster.org ) {
  1198. if ( *This nickname is registered and protected* iswm $1- ) {
  1199. if ( %regednick == $null ) { echo 4 -a ERROR: Please set your nickname in the Services -> Set NickServ Auto-Identify Menu | halt }
  1200. if ( %regedpass == $null ) { echo 4 -a ERROR: Please set your nick Password in the Services -> Set NickServ Auto-Identify Menu | halt }
  1201. if (( $nick == NickServ ) && (($me == %regednick ) || (%gnick == on))) {
  1202. .msg nickserv identify %regedpass
  1203. }
  1204. }
  1205. }
  1206. }
  1207. on ^*:NOTICE:*:?: {
  1208. if ($network == %Chatster.org ) {
  1209. if ( $istok(%Chatster.Services,$nick,44) ) {
  1210. query $nick
  1211. echo $colour(msg) $nick $timestamp < $+ $nick $+ > $1-
  1212. halt
  1213. }
  1214. else {
  1215. window -ek0 @Notices
  1216. aline -ph $colour(notice) @Notices $timestamp < $+ $nick $+ > $1-
  1217. halt
  1218. }
  1219. }
  1220. }
  1221. on *:LOAD:{
  1222. if ( %ircop == $null ) { set %ircop off }
  1223. if ( %gnick == $null ) { set %gnick off }
  1224. if ( %Chatster.org = $null ) { set %Chatster.org $?="What is the exact IRC Network Name for using this script ( e.g., .org ) ?" }
  1225. set %Chatster.Services NickServ,ChanServ,HelpServ,MemoServ,OperServ,OperStat,StatServ,InfoServ,BotServ
  1226. echo 6 -a ********************************************************* | echo 6 -a Your registered (Group) Nickname is set to: %regednick | echo 6 -a Your registered Nickname Password is set to: %regedpass | echo 6 -a Your Group Nick Status for Multiple Nick Identify is: %gnick
  1227. echo 4 -a ********************************************************* | echo 4 -a Your auto Oper status is currently set to: %ircop | echo 4 -a Your Oper nick is currently set to: %ircop.nick | echo 4 -a Your Oper password is currently set to: %ircop.pass
  1228. }
  1229.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement