forked from gyakovlev/xCT
-
Notifications
You must be signed in to change notification settings - Fork 22
/
init.lua
executable file
·37 lines (24 loc) · 854 Bytes
/
init.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
--[[ ____ ______
/\ _`\ /\__ _\ __
__ _\ \ \/\_\/_/\ \/ /_\ \___
/\ \/'\\ \ \/_/_ \ \ \/\___ __\
\/> </ \ \ \L\ \ \ \ \/__/\_\_/
/\_/\_\ \ \____/ \ \_\ \/_/
\//\/_/ \/___/ \/_/
[=====================================]
[ Author: Dandraffbal-Stormreaver US ]
[ xCT+ Version 4.x.x ]
[ ©2020. All Rights Reserved. ]
[====================================]]
-- No locals for NOOP
local noop = function() end
local AddonName, addon = ...
addon.engine = LibStub("AceAddon-3.0"):NewAddon(AddonName, "AceConsole-3.0")
xCT_Plus = addon.engine
-- No Operation
addon.noop = noop
-- fun stuff below
-- /run print("\124cffFF0000Hello \124cff0000FFWorld")
--[[
/run print("\124cffFFFF00 Tormentors of Torghast: \124cff1784d1"..(C_QuestLog.IsQuestFlaggedCompleted(63854)and"Completed"or"Pending"))
]]