Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:TEXT:*:#:{
- inc -u7 %botflood2. $+ $nick 1
- if ($($+ %botflood2.,$nick) < 5) {
- SET %botignore. $+ $nick no
- }
- if ($($+ %botflood2.,$nick) >= 5) {
- if (%botignore. $+ $nick == yes) {
- halt
- }
- elseif (%botignore. $+ $nick == no) {
- notice $nick 4Stop spamming!
- set -u7 %botignore. $+ $nick yes
- halt
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement