Advertisement
Guest User

Untitled

a guest
Apr 16th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. on *:start:{ $iif(!$isfile(badword.list),.write badword.list) | .hmake badword 100 | .hload badword badword.list }
  2. #bwaddon off
  3. on *:text:*:#:{
  4. if (!$nick(#,$nick,rv,oh%&~)) return
  5. if (($me isop $chan) || ($me ishelp $chan)) {
  6. if $hfind(badword,$strip($1-),1,W).data {
  7. ban -u600 # $mask($fulladdress,2)
  8. }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement