Mackan90096

Untitled

Jun 18th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local swear = {"fuck", "Fuck", "cunt", "Cunt", "dick", "Dick","Cock","cock", "lag", "Lag" }
  2. p = peripheral.wrap("right")
  3.  
  4. while true do
  5. e, p1, p2 = os.pullEvent()
  6. if e == "chat" then
  7. if p2 == swear[1] or swear[2] or swear[3] or swear[4] or swear[5] or swear[6] or swear[7] or swear[8] or swear[9] or swear[10] then
  8. p.say(p1.."> "..p2)
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment