Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- to delete an entry
- local temp = {}
- for k,v in pairs(ping_list:split(",")) do
- if not (rex.match(v,"prince")) then
- table.insert(temp,v)
- end
- end
- ping_list = table.concat(temp,",")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement