Remove slash command.
This commit is contained in:
parent
a78df7bc99
commit
76a3df5b2e
1 changed files with 0 additions and 6 deletions
|
@ -2,8 +2,6 @@ ChatSaver = LibStub('AceAddon-3.0'):NewAddon('ChatSaver','AceConsole-3.0','AceHo
|
||||||
local core = ChatSaver;
|
local core = ChatSaver;
|
||||||
|
|
||||||
function core:OnInitialize()
|
function core:OnInitialize()
|
||||||
self:RegisterChatCommand('cs','SlashCommand');
|
|
||||||
|
|
||||||
if(ChatSaverDB == nil) then
|
if(ChatSaverDB == nil) then
|
||||||
core.firstrun = true;
|
core.firstrun = true;
|
||||||
ChatSaverDB = {};
|
ChatSaverDB = {};
|
||||||
|
@ -23,10 +21,6 @@ function core:OnEnable()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function core:SlashCommand()
|
|
||||||
core:RejoinChannels();
|
|
||||||
end
|
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
-- CHANNEL FUNCTIONS
|
-- CHANNEL FUNCTIONS
|
||||||
-- Because GetChannelName() and GetChannelDisplayInfo() are less
|
-- Because GetChannelName() and GetChannelDisplayInfo() are less
|
||||||
|
|
Loading…
Reference in a new issue