Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.69 KB | None | 0 0
  1. ; UnrealIRCd IRCop commands menu v2 by Gizmo967
  2. ;
  3. ; IRCop tool to help you use commands for UnrealIRCd
  4. ; comments: Admin@MGS3.org
  5. ; NOTE: This commands will only work if you have O Flags on server.
  6. ; CREDIT: Credit goes to PAZ, his idea for this was first, and Sub for ideas.
  7.  
  8. on *:load: {
  9. echo -a 9>>> 12UnrealIRCd IRCop commands menu v2 successfully loaded...
  10. echo -a 9>>> 12Author: Gizmo967
  11. echo -a 9>>> 12Copyrighted © 2004 Gizmo967
  12. echo -a 9>>> 12IRCop tool to help you use commands for UnrealIRCd
  13. }
  14.  
  15. menu menubar,channel,query,status {
  16. -
  17. UnrealIRCdop
  18. .Login
  19. ..Operator:/raw oper $$?="Nick" $$?="Operpassword"
  20. ..LogOut://mode $me -Oo | echo -a -(You are no longer an IRCOP)-
  21. .$iif(o isin $usermode,Users And Hosts)
  22. ..Your Identity
  23. ...Set Your Host:/sethost $$?="Your vhost"
  24. ...Set Your ident:/setident $$?="Your new ident"
  25. ...Set Your Name:/setname $$?="Your name"
  26. ..Users Identity
  27. ...CA Vhost
  28. ....Add:/hostserv set $$?="Nick" $$?="Vhost"
  29. ....Delete:/hostserv del $$?="Nick"
  30. ...Userhost:/chghost $$?="Nick" $$?="New host"
  31. ...Userident:/chgident $$?="Nick" $$?="New ident"
  32. ...Username:/chgname $$?="Nick" $$?="New name"
  33. ...SVSnick:msg operserv raw svsnick $$?="Current Nick" $$?="New nick" 1
  34. ...SVSjoin:msg operserv raw svspart $$?="Nick" $$?="Channel"
  35. ...SAJoin:/sajoin $$?="Nick" $$?="Channel"
  36. ...SVSpart:msg operserv raw svspart $$?="Nick" $$?="Channel"
  37. ...SApart:/sapart $$?="Nick" $$?="Channel"
  38. .-
  39. ..$iif(o isin $usermode,Network Control)
  40. ...Rehash All:/rehash | /rehash -vhost | /rehash -motd | /rehash -opedmotd
  41. ...Local Connect:/quote connect $$?="Connect to which server :"
  42. ...Remote Connect:/quote connect $$?="Enter missing server :" 6669 $$?="Enter present server :"
  43. ...Squit Server:/squit $$?="Squit which Server :" $?="Enter reason :"
  44. ...Jupe Server:/msg operserv jupe $$?="Server" $$?="Reason"
  45. ...Global Notice:/globops $$?="Enter your notice :"
  46. ...Restart Server:/restart $$?="Password to restart IRC deamon:"
  47. ...Die:/die $$?="Password to kill IRC deamon:"
  48. .-
  49. ..$iif(o isin $usermode,Oper Communication)
  50. ...Global
  51. ....custom:/msg operserv Global $$?="Enter Global Message" ( $time )
  52. ....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 )
  53. ..Globops:/Globops $$?="Enter Globops Message"
  54. ..Locops:/Locops $$?="Enter Locops Message"
  55. ..Wallops:/Wallops $$?="Enter Wallops Message"
  56. .-
  57. ..$iif(o isin $usermode,Abuse Control)
  58. ...kill user:/kill $$?="Enter Nick :"
  59. ...akill user:/msg operserv akill add $$?="Enter mask please" : $$?="Enter reason please"
  60. ...del akill:/msg operserv akill del $$?="Enter Mask Please"
  61. ...list akills:/msg operserv akill list
  62. ...k-line user:/kline $$?="Enter mask :" $$?="Enter Reason :"
  63. ...del k-line:/kline - $+ $$?="Enter user@hostname:"
  64. ...block mask:/whokill $$?="Enter mask please" $$?="Enter reason please"
  65. ...z-line:/zline $$?="Enter user@ip:" : $$?="Enter reason:"
  66. ...del z-line:/zline - $+ $$?="Enter user@ip:"
  67. ...g-line add 24Hrs:/gline $$?="Enter user@hostname:" 86400 : $$?="Enter reason:"
  68. ...g-line add 30D:/gline $$?="Enter user@hostname:" 30d : $$?="Enter reason:"
  69. ...g-line add perm:/gline $$?="Enter user@hostname:" : $$?="Enter reason:"
  70. ...mass g-line:/f2
  71. ...wildcard del g-line:/ungline $?="What Host (** for all)"
  72. ...del g-line:/gline - $+ $$?="Enter user@hostname:"
  73. .-
  74. .$iif(o isin $usermode,CSop Control)
  75. ..Admin Info:/admin
  76. ..List IRCops:/who 0 o
  77. ..-
  78. ..User Pass:/msg nickserv getpass $$1
  79. ..Specific User Pass:/msg nickserv getpass $$?="Enter Nick:"
  80. ..Channel Pass:/msg chanserv getpass $$?="Enter Channel"
  81. ..-
  82. ..Drop a Channel:/msg chanserv drop $$?="Channel"
  83. ..Drop a NickName:/msg nickserv drop $$?="Nickname"
  84. ..-
  85. ..Forbid a Channel:/msg chanserv forbid $$?="Channel" $$?="Reason"
  86. ..Forbid a Nick:/msg nickserv forbid $$?="Nick"
  87. ..No Expire Nick:/msg nickserv set $$?="Enter Nick:" noexpire on
  88. ..-
  89. ..Shun User:/shun $$?="Enter user@hostname:" $$?="Enter Time:" : $$?="Enter reason:"
  90. ..Remove Shun:/shun - $+ $$?="Enter user@host" 0 0
  91. ..-
  92. ..chghost service:
  93. ...on:/load -rs system\opervhost.mrc | echo -a 12-(1313info12!11user syntax: !chghost vhost.net12)-
  94. ...off:/unload -rs system\opervhost.mrc
  95. ..-
  96. ..Update Services:/msg operserv Update
  97. ..ShutDown Services:/msg operserv shutdown
  98. ..Quit Services:/msg operserv quit
  99. ..BotServ
  100. ...Add Bot:msg botserv bot add $$?="Bot Nick:" $$?="Bot Name:" $$?="Bot Hostname:" $$?="Bot Real Name:"
  101. ...Del Bot:msg botserv bot del $$?="Bot Nick:" $$?="Bot Name:" $$?="Bot Hostname:" $$?="Bot Real Name:"
  102. ...List Bots:msg botserv botlist
  103. ...-
  104. ...Assign:msg botserv assign $$?="Enter channel name:" $$?="Bot Nick:"
  105. ...Unassign:msg botserv unassign $$?="Enter channel name:" $$?="Bot Nick:"
  106. ...No bot:msg botserv set $$?="Enter channel name:" NOBOT $$?="ON/OFF:"
  107. ...Info:msg botserv INFO $$?="Enter nick/channel:"
  108. ...-
  109. ...Bot Act:msg botserv act $$?="Enter channel name:" $$?="Text for bot to action:"
  110. ...Bot Say:msg botserv say $$?="Enter channel name:" $$?="Text for bot to say:"
  111. ...-
  112. ...Kick For
  113. ....Bold:msg botserv KICK $$?="Enter channel name:" BOLDS $$?="Enter ON/OFF or times kicked before banned:"
  114. ....Badwords:msg botserv KICK $$?="Enter channel name:" BADWORDS $$?="Enter ON/OFF or times kicked before banned:"
  115. ....Caps:msg botserv KICK $$?="Enter channel name:" CAPS $$?="Enter ON/OFF or times kicked before banned or minutes and percent:"
  116. ....Colors:msg botserv KICK $$?="Enter channel name:" COLORS $$?="Enter ON/OFF or times kicked before banned:"
  117. ....Floods:msg botserv KICK $$?="Enter channel name:" FLOOD $$?="Enter ON/OFF or times kicked before banned or lines in seconds:"
  118. ....Repeat:msg botserv KICK $$?="Enter channel name:" REPEAT $$?="Enter ON/OFF or times kicked before banned or number of repeats:"
  119. ....Reverses:msg botserv KICK $$?="Enter channel name:" REVERSES $$?="Enter ON/OFF or times kicked before banned:"
  120. ....Underlines:msg botserv KICK $$?="Enter channel name:" UNDERLINES $$?="Enter ON/OFF or times kicked before banned:"
  121. ....-
  122. ....Help:msg botserv help KICK
  123. ...-
  124. ...Set
  125. ....DONTKICKOPS
  126. .....On:msg botserv set $$?="Enter channel name:" DONTKICKOPS ON
  127. .....Off:msg botserv set $$?="Enter channel name:" DONTKICKOPS OFF
  128. .....Help:msg botserv help set DONTKICKOPS
  129. ....DONTKICKVOICES
  130. .....On:msg botserv set $$?="Enter channel name:" DONTKICKVOICES ON
  131. .....Off:msg botserv set $$?="Enter channel name:" DONTKICKVOICES OFF
  132. .....Help:msg botserv help set DONTKICKVOICES
  133. ....GREET
  134. .....On:msg botserv set $$?="Enter channel name:" GREET ON
  135. .....Off:msg botserv set $$?="Enter channel name:" GREET OFF
  136. .....Help:msg botserv help set GREET
  137. ....FANTASY
  138. .....On:msg botserv set $$?="Enter channel name:" FANTASY ON
  139. .....Off:msg botserv set $$?="Enter channel name:" FANTASY OFF
  140. .....Help:msg botserv help set FANTASY
  141. ....SYMBIOSIS
  142. .....On:msg botserv set $$?="Enter channel name:" SYMBIOSIS ON
  143. .....Off:msg botserv set $$?="Enter channel name:" SYMBIOSIS OFF
  144. .....Help:msg botserv help set SYMBIOSIS
  145. ....NOBOT
  146. .....On:msg botserv set $$?="Enter channel name:" NOBOT ON
  147. .....Off:msg botserv set $$?="Enter channel name:" NOBOT OFF
  148. .....Help:msg botserv help set NOBOT
  149. ...-
  150. ...BotServ Help:msg botserv help
  151. .-
  152. ..$iif(o isin $usermode,Line Stats)
  153. ...C-Lines:/stats c
  154. ...H-Lines:/stats h
  155. ...Y-Lines:/stats y
  156. ...K-Lines:stats k
  157. ...G-Lines:stats g
  158. ...Q-Lines:stats q
  159. ...L-Lines:stats l
  160. ...I-Lines:stats i
  161. ...Z-Lines:stats z
  162. ...W-Lines:stats w
  163. ...M-Lines:stats m
  164. .-
  165. ..$iif(o isin $usermode,Misc Info)
  166. ...Links:/links
  167. ...Channels:/list
  168. ...Users:/lusers
  169. ...Motd:/motd
  170. ...Time:/time
  171. ...IRCd Version:.raw version
  172. ...List IRCops:.who 0 o
  173. ...Admin Info:/admin
  174. -
  175. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement