Mudlet-Chat
Just add a new trigger: I called mine Chat
For each thing you want to grab (ooc, tells, etc.) just put each thing as a substring match. Each will be a separate line matching on substring.
Add the following commands to the bottom section:
openUserWindow("OOC")
showWindow("OOC")
setWindowWrap("OOC",100)
selectCurrentLine()
copy()
appendBuffer("OOC")
setFontSize("OOC", 12)