vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 KC_ITEMS_LOCALS.modules.linknet = {}
2 local locals = KC_ITEMS_LOCALS.modules.linknet
3  
4 if( not ace:LoadTranslation("KC_Linknet") ) then
5  
6 locals.name = "KC_Linknet"
7 locals.description = "Gathers item links"
8  
9 -- Chat handler locals
10 locals.chat = {
11 option = "linknet",
12 desc = "Active link gathering related commands.",
13 args = {},
14 }
15  
16 end