Skip to content

Instantly share code, notes, and snippets.

View Evolvee's full-sized avatar
👨👉👌❓

Evolve Evolvee

👨👉👌❓
View GitHub Profile
@Evolvee
Evolvee / .lua
Created July 18, 2017 21:38
chattimestamps
-- ChatTimestamps by Varstahl
--
local CTS_MainFrame;
local CTS_Hook_FCF_OTW;
local CTS_Frames = {};
function ChatTimestamps_Print(msg)
if (DEFAULT_CHAT_FRAME) then
DEFAULT_CHAT_FRAME:AddMessage(msg, 1.0, 1.0, 0);