Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local swear = {"fuck", "Fuck", "cunt", "Cunt", "dick", "Dick","Cock","cock", "lag", "Lag" }
- p = peripheral.wrap("right")
- while true do
- e, p1, p2 = os.pullEvent()
- if e == "chat" then
- 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
- p.say(p1.."> "..p2)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment