Remove slash command.

This commit is contained in:
Andrew Tomaka 2011-08-12 18:40:45 -04:00
parent a78df7bc99
commit 76a3df5b2e

View file

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