Guest User

Untitled

a guest
Aug 1st, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. operator {
  2. name = "user";
  3. user = "user@host";
  4. password = "encrypted password"; (create with mkpasswd -m md5 password)
  5. encrypted = yes;
  6. class = "opers";
  7. global_kill = yes;
  8. remote = yes;
  9. kline = yes;
  10. unkline = yes;
  11. gline = yes;
  12. die = yes;
  13. rehash = yes;
  14. nick_changes = yes;
  15. admin = yes; (this means server admin and means he can do a lot more stuff than a regular ircop, be careful with this one)
  16. };
Add Comment
Please, Sign In to add comment