I hope I haven't missed it somewhere. I tried searchng for the keywords used in the thread subject, but couldn't find anything. I'd like a way to match an alias multiple times on one line.
On a talker I frequent, which uses colour codes, I have an alias to recolour emoticons:
Sends:
I have tried changing it to:
Sends:
But that doesn't work at all.
What I would like is to be able to colour ALL instances of emoticons on the same line, instead of just the first or last occurance. Is there a way to do this without having to code a huge extensive script, or could it be added to a future version?
On a talker I frequent, which uses colour codes, I have an alias to recolour emoticons:
^(.*?)(\s*?)(\:|\;)(\)|\(|p)(\s*?)(.*?)$
Sends:
%1%2~OL~FG%3~RS~FG%4~RS%5%6
I have tried changing it to:
(\:|\;)(\)|\(|p)
Sends:
~OL~FG%1~RS~FG%2~RS
But that doesn't work at all.
What I would like is to be able to colour ALL instances of emoticons on the same line, instead of just the first or last occurance. Is there a way to do this without having to code a huge extensive script, or could it be added to a future version?