Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:TEXT:!tblock*:#Davo_Bot:{
- if (!$nick(#,$nick,~&@)) { notice $nick Permissions denied. | halt }
- if (!$2) { msg # Incorrect syntax. Use ADD or DEL. | halt }
- if ($2 == add) {
- if (! isin $3) || ($3 !ison $chan && - isin $3) || (+ isin $3) || (. isin $3) { msg # You cannot block command prefixes: $+(",$3,".) | halt }
- if ($nick(#,$3,~&@%+)) { msg # You cannot block someone's nickname! | halt }
- mode # +b $+(~T:block:*,$3,*)
- halt
- }
- if ($2 == del) {
- mode # -b $+(~T:block:*,$3,*)
- halt
- }
- else { msg # Incorrect syntax $+(",$2,".) Use ADD or DEL. }
- halt
- }
Advertisement
Add Comment
Please, Sign In to add comment