Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.82 KB | None | 0 0
  1. menu Channel {
  2. -
  3. IRC Operator - Control
  4. .Login As Operator: /oper $$?="Enter Ure Opper Name." $$?="Enter Ure password"
  5. .SuperAdmin On/Off
  6. ..On: /os set superadmin On
  7. ..Off: /os set superadmin off
  8. .-
  9. .Commands For Yourself
  10. ..Get Voice: /mode $chan +v $me
  11. ..Get Devoiced: /mode $chan -v $me
  12. ..Get Opped: /mode $chan +o $me
  13. ..Get Deopped: /mode $chan -o $me
  14. ..Get Halfopped: /mode $chan +h $me
  15. ..Get Dehalfopped: /mode $chan -h $me
  16. ..Get Banned: /mode $chan +b $me
  17. ..Get Unbanned: /mode $chan -b $me
  18. .Channel Modes
  19. ..+i: /mode $chan +i
  20. ..-i: /mode $chan -i
  21. ..+m: /mode $chan +m
  22. ..-m: /mode $chan -m
  23. ..+s: /mode $chan +s
  24. ..-s: /mode $chan -s
  25. ..+p: /mode $chan +p
  26. ..-p: /mode $chan -p
  27. ..+l (Number): /mode $chan +l $$?="Enter a number"
  28. ..-l: /opmode $chan -l
  29. ..+k <Key>: /mode $chan +k $$?="Enter a key"
  30. ..-k: /opmode $chan -k
  31. ..+u: /mode $chan +u
  32. ..-u: /mode $chan -u
  33. ..+G: /mode $chan +G
  34. ..-G: /Mode %chan -G
  35. ..+n: /mode $chan +n
  36. ..-n: /mode $chan -n
  37. ..+N: /mode $chan +N
  38. ..-N: /mode $chan -N
  39. ..+t: /mode $chan +t
  40. ..-t: /Mode $chan -t
  41. ..+K: /mode $chan +K
  42. ..-K:
  43. ..+L: /MODE $chan +L $$?="Enter a Channel to Direct too"
  44. ..-L: /mode $chan -L
  45. ..+V: /mode $Chan +V
  46. ..-V: /Mode $chan -V
  47. ..+Q: /mode $chan +Q
  48. ..-Q: /mode $chan -Q
  49. ..+c: /Mode $chan +c
  50. ..-c: /mode $chan -c
  51. ..+z: /Mode $chan +z
  52. ..-z: /Mode $chan -z
  53. ..+A: /mode $chan +A
  54. ..-A: //Mode $chan -A
  55. .-
  56. }
  57. menu nicklist {
  58. -
  59. Operator - Control
  60. .Op User: /mode $chan +o $1
  61. .Deop user: /mode $chan -o $1
  62. .HalfOp user: /mode $chan +h $1
  63. .DeHalfOp user: /mode $chan -h $1
  64. .Voice User: /mode $chan +v $1
  65. .Devoice User: /mode $chan -v $1
  66. .Ban User: /mode $chan +b $1
  67. .Unban User: /mode $chan -b $1
  68. .Owner User: /mode $chan +q $1
  69. .Deowner User: /Mode $Chan -q $1
  70. .Ban User: /mode $chan +b $1
  71. .kick User: /kick $chan $1
  72. }
  73.  
  74. menu menubar,channel,query,status {
  75. -
  76. UnrealIRCd op
  77. .Login
  78. ..Operator:/raw oper $$?="Nick" $$?="Operpassword"
  79. ..LogOut://mode $me -Oo | echo -a -(You are no longer an IRCOP)-
  80. .$iif(o isin $usermode,Users And Hosts)
  81. ..Your Identity
  82. ...Set Your Host:/sethost $$?="Your vhost"
  83. ...Set Your ident:/setident $$?="Your new ident"
  84. ...Set Your Name:/setname $$?="Your name"
  85. ..Users Identity
  86. ...CA Vhost
  87. ....Add:/hostserv set $$?="Nick" $$?="Vhost"
  88. ....Delete:/hostserv del $$?="Nick"
  89. ...Userhost:/chghost $$?="Nick" $$?="New host"
  90. ...Userident:/chgident $$?="Nick" $$?="New ident"
  91. ...Username:/chgname $$?="Nick" $$?="New name"
  92. ...SVSnick:msg operserv raw svsnick $$?="Current Nick" $$?="New nick" 1
  93. ...SVSjoin:msg operserv raw svspart $$?="Nick" $$?="Channel"
  94. ...SAJoin:/sajoin $$?="Nick" $$?="Channel"
  95. ...SVSpart:msg operserv raw svspart $$?="Nick" $$?="Channel"
  96. ...SApart:/sapart $$?="Nick" $$?="Channel"
  97. .-
  98. ..$iif(o isin $usermode,Network Control)
  99. ...Rehash All:/rehash | /rehash -vhost | /rehash -motd | /rehash -opedmotd
  100. ...Local Connect:/quote connect $$?="Connect to which server :"
  101. ...Remote Connect:/quote connect $$?="Enter missing server :" 6669 $$?="Enter present server :"
  102. ...Squit Server:/squit $$?="Squit which Server :" $?="Enter reason :"
  103. ...Jupe Server:/msg operserv jupe $$?="Server" $$?="Reason"
  104. ...Global Notice:/globops $$?="Enter your notice :"
  105. ...Restart Server:/restart $$?="Password to restart IRC deamon:"
  106. ...Die:/die $$?="Password to kill IRC deamon:"
  107. .-
  108. ..$iif(o isin $usermode,Oper Communication)
  109. ...Global
  110. ....custom:/msg operserv Global $$?="Enter Global Message" ( $time )
  111. ....floodbots:/msg operserv Global $network is currently experiencing FLOODBOT problems, we strongly advise channel owners to set /mode #chan +R to prevent floods - Thanks $$?="Enter Your Nick" ( $network $$?="Your IRcop Position" ) ( $time )
  112. ..Globops:/Globops $$?="Enter Globops Message"
  113. ..Locops:/Locops $$?="Enter Locops Message"
  114. ..Wallops:/Wallops $$?="Enter Wallops Message"
  115. .-
  116. ..$iif(o isin $usermode,Abuse Control)
  117. ...kill user:/kill $$?="Enter Nick :"
  118. ...akill user:/msg operserv akill add $$?="Enter mask please" : $$?="Enter reason please"
  119. ...del akill:/msg operserv akill del $$?="Enter Mask Please"
  120. ...list akills:/msg operserv akill list
  121. ...k-line user:/kline $$?="Enter mask :" $$?="Enter Reason :"
  122. ...del k-line:/kline - $+ $$?="Enter user@hostname:"
  123. ...block mask:/whokill $$?="Enter mask please" $$?="Enter reason please"
  124. ...z-line:/zline $$?="Enter user@ip:" : $$?="Enter reason:"
  125. ...del z-line:/zline - $+ $$?="Enter user@ip:"
  126. ...g-line add 24Hrs:/gline $$?="Enter user@hostname:" 86400 : $$?="Enter reason:"
  127. ...g-line add 30D:/gline $$?="Enter user@hostname:" 30d : $$?="Enter reason:"
  128. ...g-line add perm:/gline $$?="Enter user@hostname:" : $$?="Enter reason:"
  129. ...mass g-line:/f2
  130. ...wildcard del g-line:/ungline $?="What Host (** for all)"
  131. ...del g-line:/gline - $+ $$?="Enter user@hostname:"
  132. .-
  133. .$iif(o isin $usermode,CSop Control)
  134. ..Admin Info:/admin
  135. ..List IRCops:/who 0 o
  136. ..-
  137. ..User Pass:/msg nickserv getpass $$1
  138. ..Specific User Pass:/msg nickserv getpass $$?="Enter Nick:"
  139. ..Channel Pass:/msg chanserv getpass $$?="Enter Channel"
  140. ..-
  141. ..Drop a Channel:/msg chanserv drop $$?="Channel"
  142. ..Drop a NickName:/msg nickserv drop $$?="Nickname"
  143. ..-
  144. ..Forbid a Channel:/msg chanserv forbid $$?="Channel" $$?="Reason"
  145. ..Forbid a Nick:/msg nickserv forbid $$?="Nick"
  146. ..No Expire Nick:/msg nickserv set $$?="Enter Nick:" noexpire on
  147. ..-
  148. ..Shun User:/shun $$?="Enter user@hostname:" $$?="Enter Time:" : $$?="Enter reason:"
  149. ..Remove Shun:/shun - $+ $$?="Enter user@host" 0 0
  150. ..-
  151. ..Update Services:/msg operserv Update
  152. ..ShutDown Services:/msg operserv shutdown
  153. ..Quit Services:/msg operserv quit
  154. ..BotServ
  155. ...Add Bot:msg botserv bot add $$?="Bot Nick:" $$?="Bot Name:" $$?="Bot Hostname:" $$?="Bot Real Name:"
  156. ...Del Bot:msg botserv bot del $$?="Bot Nick:" $$?="Bot Name:" $$?="Bot Hostname:" $$?="Bot Real Name:"
  157. ...List Bots:msg botserv botlist
  158. ...-
  159. ...Assign:msg botserv assign $$?="Enter channel name:" $$?="Bot Nick:"
  160. ...Unassign:msg botserv unassign $$?="Enter channel name:" $$?="Bot Nick:"
  161. ...No bot:msg botserv set $$?="Enter channel name:" NOBOT $$?="ON/OFF:"
  162. ...Info:msg botserv INFO $$?="Enter nick/channel:"
  163. ...-
  164. ...Bot Act:msg botserv act $$?="Enter channel name:" $$?="Text for bot to action:"
  165. ...Bot Say:msg botserv say $$?="Enter channel name:" $$?="Text for bot to say:"
  166. ...-
  167. ...Kick For
  168. ....Bold:msg botserv KICK $$?="Enter channel name:" BOLDS $$?="Enter ON/OFF or times kicked before banned:"
  169. ....Badwords:msg botserv KICK $$?="Enter channel name:" BADWORDS $$?="Enter ON/OFF or times kicked before banned:"
  170. ....Caps:msg botserv KICK $$?="Enter channel name:" CAPS $$?="Enter ON/OFF or times kicked before banned or minutes and percent:"
  171. ....Colors:msg botserv KICK $$?="Enter channel name:" COLORS $$?="Enter ON/OFF or times kicked before banned:"
  172. ....Floods:msg botserv KICK $$?="Enter channel name:" FLOOD $$?="Enter ON/OFF or times kicked before banned or lines in seconds:"
  173. ....Repeat:msg botserv KICK $$?="Enter channel name:" REPEAT $$?="Enter ON/OFF or times kicked before banned or number of repeats:"
  174. ....Reverses:msg botserv KICK $$?="Enter channel name:" REVERSES $$?="Enter ON/OFF or times kicked before banned:"
  175. ....Underlines:msg botserv KICK $$?="Enter channel name:" UNDERLINES $$?="Enter ON/OFF or times kicked before banned:"
  176. ....-
  177. ....Help:msg botserv help KICK
  178. ...-
  179. ...Set
  180. ....DONTKICKOPS
  181. .....On:msg botserv set $$?="Enter channel name:" DONTKICKOPS ON
  182. .....Off:msg botserv set $$?="Enter channel name:" DONTKICKOPS OFF
  183. .....Help:msg botserv help set DONTKICKOPS
  184. ....DONTKICKVOICES
  185. .....On:msg botserv set $$?="Enter channel name:" DONTKICKVOICES ON
  186. .....Off:msg botserv set $$?="Enter channel name:" DONTKICKVOICES OFF
  187. .....Help:msg botserv help set DONTKICKVOICES
  188. ....GREET
  189. .....On:msg botserv set $$?="Enter channel name:" GREET ON
  190. .....Off:msg botserv set $$?="Enter channel name:" GREET OFF
  191. .....Help:msg botserv help set GREET
  192. ....FANTASY
  193. .....On:msg botserv set $$?="Enter channel name:" FANTASY ON
  194. .....Off:msg botserv set $$?="Enter channel name:" FANTASY OFF
  195. .....Help:msg botserv help set FANTASY
  196. ....SYMBIOSIS
  197. .....On:msg botserv set $$?="Enter channel name:" SYMBIOSIS ON
  198. .....Off:msg botserv set $$?="Enter channel name:" SYMBIOSIS OFF
  199. .....Help:msg botserv help set SYMBIOSIS
  200. ....NOBOT
  201. .....On:msg botserv set $$?="Enter channel name:" NOBOT ON
  202. .....Off:msg botserv set $$?="Enter channel name:" NOBOT OFF
  203. .....Help:msg botserv help set NOBOT
  204. ...-
  205. ...BotServ Help:msg botserv help
  206. .-
  207. ..$iif(o isin $usermode,Line Stats)
  208. ...C-Lines:/stats c
  209. ...H-Lines:/stats h
  210. ...Y-Lines:/stats y
  211. ...K-Lines:stats k
  212. ...G-Lines:stats g
  213. ...Q-Lines:stats q
  214. ...L-Lines:stats l
  215. ...I-Lines:stats i
  216. ...Z-Lines:stats z
  217. ...W-Lines:stats w
  218. ...M-Lines:stats m
  219. .-
  220. ..$iif(o isin $usermode,Misc Info)
  221. ...Links:/links
  222. ...Channels:/list
  223. ...Users:/lusers
  224. ...Motd:/motd
  225. ...Time:/time
  226. ...IRCd Version:.raw version
  227. ...List IRCops:.who 0 o
  228. ...Admin Info:/admin
  229. -
  230. }
  231.  
  232. on *:load: {
  233. echo -a 9>>> 12UnrealIRCd IRCop commands menu v1 successfully loaded...
  234. echo -a 9>>> 12Author: shanker
  235. echo -a 9>>> 12Copyrighted © 01/10/09 shanker
  236. echo -a 9>>> 12IRCop tool to help you use commands for UnrealIRCd Enjoy and Please feel free to edit But 4DO NOT RIP! Or Else.. ;)
  237. }
  238. ;=================================================================================================================================================
  239. #azan on
  240. alias azan {
  241. .timermasa -o 1 1 azan
  242. if ($time(hh:nn:ss) == %subuh $+ :01) amsg Sekarang telah masuk waktu solat Subuh bagi Sungai Petani dan kawasan-kawasan yang sewaktu dengannya.
  243. if ($time(hh:nn:ss) == %zohor $+ :01) amsg Sekarang telah masuk waktu solat Zohor bagi Sungai Petani dan kawasan-kawasan yang sewaktu dengannya.
  244. if ($time(hh:nn:ss) == %asar $+ :01) amsg Sekarang telah masuk waktu solat Asar bagi Sungai Petani dan kawasan-kawasan yang sewaktu dengannya.
  245. if ($time(hh:nn:ss) == %maghrib $+ :01) amsg Sekarang telah masuk waktu solat Maghrib bagi Sungai Petani dan kawasan-kawasan yang sewaktu dengannya.
  246. if ($time(hh:nn:ss) == %isyak $+ :01) amsg Sekarang telah masuk waktu solat Maghrib bagi Sungai Petani dan kawasan-kawasan yang sewaktu dengannya.
  247. }
  248. ON *:CONNECT:{ $azan }
  249. #azan end
  250. menu channel {
  251. Azan
  252. .ON:.enable #azan
  253. .subuh:.set %subuh $?="syntax e.g 13:30"
  254. .zohor:.set %zohor $?="syntax e.g 13:30"
  255. .asar:.set %asar $?="syntax e.g 13:30"
  256. .maghrib:.set %maghrib $?="syntax e.g 13:30"
  257. .isyak:.set %isyak $?="syntax e.g 13:30"
  258. .OFF:.disable #azan
  259. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement