Guest User

Untitled

a guest
Jan 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. #=========================# O-Lines #=========================#
  2. #
  3. # o = Local oper
  4. # O = Global operator
  5. #
  6. # a = Services operator
  7. # P = Services administrator
  8. # Z = Services root administrator
  9. #
  10. # j = Guest administrator
  11. # J = Server co administrator
  12. # A = Server administrator
  13. # t = Technical Co Administrator
  14. # T = Technical Administrator
  15. # n = Network co administrator
  16. # N = Network administrator
  17. #
  18. # Remember that administrators also need a J line on all
  19. # servers they want to issue remote commands to.
  20. # (Not yet in use)
  21. #
  22. # b = Access to do /kline and /unkline
  23. # c = Access to do local /connects and /squits
  24. # C = Access to do remote /connects and /squits
  25. # k = Access to do local /kills
  26. # K = Access to do global /kills
  27. # r = Access to do /rehash server
  28. # R = Access to do /restart
  29. # D = Access to do /die
  30. #
  31. # p = Oper can set +p (Protected IRC Operator)
  32. # h = Oper can set +h (Help Operator)
  33. #
  34. # w = oper can send /wallops
  35. # l = Oper can send local server notices (/notice $servername message)
  36. # g = Oper can send global notices (/notice $*.network.net message)
  37. #
  38. # E = Oper can use /add and /del commands from IRC if enabled by the admin.
  39. #
  40. # O:hostname (ident "@" permitted):password:Login:Access Flags:class
  41. #
  42. # Examples (ipv4):
  43. #
  44. # O:*:GooFeR:serveradministrator:OAbcCkKrRDphwlgE:10
  45. #
  46. # O:*:INsaNIty:localop:obckl:5
  47. #
  48. # Examples (ipv6):
  49. #
  50. # O:*:GooFeR:serveradministrator:OAbcCkKrRDphwlgE:10
  51. # O:[*]:INsaNIty:localop:obckl:5
  52. # O:[*@::ffff:127.0.0.1]:again:evilguy:DARK:5
  53. # O:[*@adab:a447:234a::5467]:bastard:niceguy:NbcCdrRDhwlgE:5
  54. #
Add Comment
Please, Sign In to add comment