Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. on *:join:#: {
  2. if (%join. [ $+ [ $wildsite ] ] == $null) {
  3. set -u40 %join. [ $+ [ $wildsite ] ] 1
  4. }
  5. elseif (%join. [ $+ [ $wildsite ] ] = 4) {
  6. mode $chan +b $address( $+ $nick $+ ,2)
  7. kick $chan $nick Anti-Ban activated, please stop spamming our channel.
  8. unset %join. [ $+ [ $wildsite ] ]
  9. }
  10. elseif (%join. [ $+ [ $wildsite ] ] < 4) {
  11. inc %join. [ $+ [ $wildsite ] ]
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement