Guest User

Untitled

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