Advertisement
intersys

Untitled

Sep 20th, 2014
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. on @*:text:*:%pchan: { chk.texts # $nick $3- }
  2. alias chk.texts {
  3. var %t $strip($3-)
  4. chk.repeat $1 $2 $left(%t,50)
  5. chk.swear $1 $2 $strip(%t)
  6. chk.advert $1 $2 $strip(%t)
  7. }
  8. alias chk.swear {
  9. if ($regex($3-,/^(fuck|שלום|Whats up\?)/i)) { echo -s Check2: $1- | ban -k $1 $2 5 Swearing detected that matched $regml(1) }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement