Guest User

Untitled

a guest
Oct 19th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. on ^*:TEXT:*:*: {
  2. var %t = 1, %text = $strip($1-), %swears = http
  3. while $gettok(%swears,%t,44) {
  4. if ($v1 isin %text) %text = $replace(%text,$v1,4[CENSORED])
  5. inc %t
  6. }
  7. if ([CENSORED] isin %text) {
  8. echo -tbf $iif($chan,$v1,ren) $+(<,$nick,>) %text
  9. haltdef
  10. }
  11. }
Add Comment
Please, Sign In to add comment