Description
Scrolling and time stamping chat frames.
Small and lightweight.
Adds mouse wheel scrolling to every chat frame.
Time stamps every chat line in every chat frame with [%H:%M] formatted time.
e.g. [18:04][Guild][Vlud] Hello World.
Time stamp can be changed as follows:-
default 24 hour and minutes. e.g. [23:59] text
/run VcmPrefix = "[%H:%M] "
24 hour, minutes and seconds. e.g. [23:59:59] text
/run VcmPrefix = "[%H:%M:%S] "
12 hour and minutes. e.g. [12:59] text
/run VcmPrefix = "[%I:%M] "
12 hour, minutes and seconds. e.g. [12:59:59] text
/run VcmPrefix = "[%I:%M:%S] "
using other padding e.g. }-23:59-{ text
/run VcmPrefix = "}-%H:%M-{ "
or e.g. {23:59} text
/run VcmPrefix = "{%H:%M} "
For a reference on other possible formats view http://www.wowpedia.org/API_date and http://pubs.opengroup.org/onlinepubs/007908799/xsh/strftime.html


