Advertisement
Guest User

Untitled

a guest
May 28th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. on *:LOAD:{
  2. set %DeAopCount 0
  3. }
  4.  
  5. on *:RAWMODE:#:{
  6. if ($left($1,1) == -) {
  7. if ($count($1,a) >= 1) {
  8. set %DeAopCount %DeAopCount + $count($1,a)
  9. if (%DeAopCount > 3) {
  10. set %DeAopCount 0
  11. mode # -aoh+b $nick $nick $nick $address($nick,2)
  12. kick # $nick
  13. mode $chan + $+ $mid(2)
  14. }
  15. else {
  16. timer 1 5 set %DeAopCount 0
  17. }
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement