Advertisement
Crysys

operclass

Apr 9th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. operclass SupportStaff {
  2. privileges {
  3. channel;
  4. chat;
  5. client;
  6. immune;
  7. kill;
  8. map;
  9. notice;
  10. override;
  11. privacy;
  12. route;
  13. sajoin;
  14. samode;
  15. sapart;
  16. self;
  17. server;
  18. servicebot;
  19. spamfilter;
  20. stats;
  21. tkl;
  22. trace;
  23. };
  24. };
  25.  
  26. operclass Owner {
  27. privileges {
  28. channel;
  29. chat;
  30. immune;
  31. kill;
  32. notice;
  33. override;
  34. sajoin;
  35. samode;
  36. sapart;
  37. server { info; lusers; opermotd; rehash; restart; };
  38. servicebot;
  39. stats;
  40. tkl;
  41. };
  42. };
  43.  
  44. operclass HeadAdmin {
  45. privileges {
  46. channel;
  47. chat;
  48. immune { flood; channellimit; regonly; shun; secureonly; jointhrottle; limits; };
  49. kill;
  50. notice;
  51. override;
  52. sajoin;
  53. samode;
  54. sapart;
  55. server { info; lusers; opermotd; rehash; restart; };
  56. servicebot;
  57. stats;
  58. tkl;
  59. };
  60. };
  61.  
  62. operclass ServerMod {
  63. privileges {
  64. channel { extbans; operonly; restricted; topic; view; };
  65. chat;
  66. immune { flood; channellimit; regonly; shun; secureonly; jointhrottle; };
  67. kill;
  68. notice;
  69. override {
  70. ban { operonly; };
  71. channel { invite; };
  72. extban;
  73. invite { nopermissions; };
  74. kick;
  75. message { moderatored; regonlyspeak; };
  76. mode;
  77. nick { flood; };
  78. privsecret;
  79. secure;
  80. see {
  81. list { secret; };
  82. names { invisible; secret; };
  83. };
  84. topic;
  85. };
  86. sajoin;
  87. sapart;
  88. server { info; lusers; opermotd; };
  89. servicebot;
  90. tkl { kline; shun; };
  91. };
  92. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement