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;
|
||||
|
||||
function core:OnInitialize()
|
||||
self:RegisterChatCommand('cs','SlashCommand');
|
||||
|
||||
if(ChatSaverDB == nil) then
|
||||
core.firstrun = true;
|
||||
ChatSaverDB = {};
|
||||
|
@ -23,10 +21,6 @@ function core:OnEnable()
|
|||
end
|
||||
end
|
||||
|
||||
function core:SlashCommand()
|
||||
core:RejoinChannels();
|
||||
end
|
||||
|
||||
--[[
|
||||
-- CHANNEL FUNCTIONS
|
||||
-- Because GetChannelName() and GetChannelDisplayInfo() are less
|
||||
|
|
Loading…
Reference in a new issue