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
- 2 comments
- 2 comments
Facts
- Date created
- Jul 29, 2009
- Category
- Last update
- Nov 30, 2011
- Development stage
- Release
- License
- All Rights Reserved
- Curse link
- Vlud's Chat Mods
- Downloads
- 2,876
- Recent files
- Reply
- #2
Vlud Aug 09, 2011 at 13:19 UTC - 0 likes@Azaghan: Go
I have updated the project description as I should have done two versions ago.
- Reply
- #1
Azaghan Jul 31, 2011 at 18:01 UTC - 0 likesCan you add Seconds? I tried adding ":%s" into the lua and it didn't add secs. And tried ":%S"