From: disumu <ds...@mu...> - 2002-05-06 17:54:32
|
Greetings, Fabien Penso <pe...@li...> wrote: > When I use the timestamp, if I use /away command, I see another > timestamp at the end of the line. Maybe this one should be removed ? I am working on a fix for this, just having noticed it as well. Some thoughts I've made: If the timestamp is already activated, there is no need to do anything. If timestamp is not activated, we can use the variable erc-away-timestamp-format to decide whether or not to show a timestamp when away. With a value of nil, don't show a timestamp at all. With a time string value, show the timestamp, but in the front, like the normal timestamp. If nobody else is working on this, I'll have a go at it... /disumu |