I'm looking for a way to be able to remove a player from the game if they type brb,bbs,bbl,away, etc. (I think you get the idea) using either text or action. I'd also like to be able to do the same thing if they use /away. Currently players nicks are stored in %play.list and I use tokens to add/remove nicks from that list with $chr(44) as the separator.
I also need this to be able to work in conjunction with the other scripts I already have. Currently standing at 14 scripts for nearly 8000 lines of code. Due to the amount of code, I'm hesitant to post it all here, but if this can be done, and a location for the snippet be recommended, I can probably post the rest of the code for that particular script. Most of the scripts are between 50 & 200 lines. I have one at 500 and one at nearly 6000. Details, if necessary, can and will be provided.