1
0
Fork 0

Remove slash command.

This commit is contained in:
Andrew Tomaka 2011-08-12 18:40:45 -04:00
parent a78df7bc99
commit 76a3df5b2e
1 changed files with 0 additions and 6 deletions

View File

@ -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