Advertisement
Wikked

Untitled

Jul 21st, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. loadmodule "src/modules/antirandom.so";
  2. set {
  3. antirandom {
  4. threshold 5;
  5. ban-action gline;
  6. ban-time 72h;
  7. ban-reason "You look like a bot. Be sure to fill in your nick/ident/realname properly.";
  8. fullstatus-on-load yes;
  9. show-failedconnects yes;
  10. except-hosts {
  11. "198.100.153.210";
  12. "85.25.137.63";
  13. };
  14. };
  15. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement