Advertisement
Guest User

Untitled

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