Posted to tcl by SoUlesS at Tue Nov 06 21:27:28 GMT 2007view raw

  1. bind pub -|- !rules do_rules
  2.  
  3. utimer 1 [putserv "PRIVMSG $nick :4Rules for 12$chan4 are as follows:"]
  4. utimer 10 [putserv "PRIVMSG $nick :12We Don't Allow"]
  5. utimer 20 [putserv "PRIVMSG $nick :12 1- 4Swearing"]
  6. utimer 30 [putserv "PRIVMSG $nick :12 2- 44Religious Or Political Chat"]
  7. utimer 40 [putserv "PRIVMSG $nick :12 3- 4Repeating, Flooding the channel with text/nick/join or part"]
  8. utimer 50 [putserv "PRIVMSG $nick :12 4- 4Advertising"]
  9. utimer 60 [putserv "PRIVMSG $nick :12 5- 4Sexual Attitudes"]
  10. utimer 70 [putserv "PRIVMSG $nick :12 6- 4Harassing Users"]
  11. utimer 80 [putserv "PRIVMSG $nick :12 7- 4Excessive Caps"]
  12. utimer 90 [putserv "PRIVMSG $nick :12 8- 4Offensive Nicks"]
  13. utimer 100 [putserv "PRIVMSG $nick :12 9- 4Auto Greets"]
  14. utimer 110 [putserv "PRIVMSG $nick :12 10- 4Op Begging"]
  15. }
  16.  
  17. #First I loaded it with utimer btw the line and the comming one with 3 seconds but it flooded the users .. then i changed it to 10 it continued flooding..