Guys, I'm trying to put together a simple script together that would store a certain text from any channel as soon as it's said. Let me illustrate. As a solution for the time-being, I set a Highlight for SOME-SAMPLE-TEXT. So, as soon as there's SOME-SAMPLE-TEXT, it gets highlighted, e.g. here's an example of my typical string:
[16.05.13][21:15:22] <Nick> SOME-SAMPLE-TEXT
...and whole string gets highlighted now.
Is there a way to store this
WHOLE exact string in a text file AND do this every time this highlight event happens.
BUT do so
continuously, meaning ADDING to this text file string after string (as opposed to storing just one last event).
I'm not sure I'm explaining myself correctly, since I don't know that much about this kind of stuff, so please do pardon me in advance. But in any case, any ideas guys? I would be very thankful for ANY pointers on the subject : )))