Advertisement
Guest User

unregistered user can join

a guest
Feb 15th, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. restrict-commands {
  2. list {
  3. connect-delay 60;
  4. exempt-identified yes;
  5. exempt-reputation-score 24;
  6. };
  7. invite {
  8. connect-delay 120;
  9. exempt-identified yes;
  10. exempt-reputation-score 24;
  11. };
  12. join {
  13. connect-delay 120;
  14. exempt-identified yes;
  15. exempt-reputation-score 24;
  16. };
  17. /* In addition to the ability to restrict any command,
  18. * such as shown above. There are also 4 special types
  19. * that you can restrict. These are "private-message",
  20. * "private-notice", "channel-message" and "channel-notice".
  21. * They are commented out (disabled) in this example:
  22. */
  23. //private-message {
  24. // connect-delay 10;
  25. //};
  26. //private-notice {
  27. // connect-delay 10;
  28. //};
  29. };
  30. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement