Remove slash command.

This commit is contained in:
Andrew Tomaka 2011-08-09 05:27:56 -04:00
parent d8bb220987
commit 5b1d50758d

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 = {};
@ -21,10 +19,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