I see, learned some more commands from your code
. If this is the only way, it's not a feasible solution for me however. I wanted to do this on every QUIT event. One of the channels I'm usually in has 1700 users and 20+ joins/quits per minute, as well as a whole lot of talking going on. The extra computational strain this brings is not worth the feature. I was already annoyed that I had to use 2 $fline, so the channel gets searched 2 times while all I want is the location of the last time someone said something.
The concept I wanted to use it for is this: at the moment I'm displaying all quits/parts/join in the status window, since displaying in a channel with any reasonable amount of activity/talking is very disturbing, especially since the user is not interested in 99% of the joins/quits/parts. However, having no visual clues in the channel when someone leaves a conversation you were in, can lead you to talking to someone who has left.
So I wanted to change/dim the color of the last line that person spoke when they quit.
So this (5th line from the bottom, GB chap):
http://users.skynet.be/TailwinD/test0.pngwould change into this (maybe bad choice of color):
http://users.skynet.be/TailwinD/test1.pngonly the last line, not every line as you can see. Don't mind the timestamp, that's me copy-pasting stuff.
my status looks like this for that channel, which is why I don't want it to interfere in the channel:
http://users.skynet.be/TailwinD/status.pngI guess I'll try feature requesting
or maybe there's a dll that does this..