<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Config.lua</filename>
    </added>
    <added>
      <filename>LibStub.lua</filename>
    </added>
    <added>
      <filename>tekKonfigCheckbox.lua</filename>
    </added>
    <added>
      <filename>tekKonfigFadeIn.lua</filename>
    </added>
    <added>
      <filename>tekKonfigHeading.lua</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -10,18 +10,23 @@ SLASH_CARBON1 = &quot;/carbon&quot;
 SLASH_CARBON2 = &quot;/syc&quot;
 SlashCmdList.CARBON = function(input)
 	local cmd, rest = string.match(input, &quot;^%s*(%S+)%s*(.*)$&quot;)
-	local handler = cmd and StealYourCarbon[&quot;CMD_&quot;..cmd:upper()]
-
-	if handler then handler(StealYourCarbon, rest)
+	if not cmd then
+		InterfaceOptionsFrame_OpenToFrame(StealYourCarbon.configframe)
 	else
-		StealYourCarbon:Print(&quot;Automatically restock items from vendors and your bank&quot;)
-		ChatFrame1:AddMessage(&quot; /carbon /syc&quot;)
-		ChatFrame1:AddMessage(&quot;   |cffff9933add|r: Add an item to be restocked&quot;)
-		ChatFrame1:AddMessage(&quot;   |cffff9933del|r: Remove an item from the restock list&quot;)
-		ChatFrame1:AddMessage(&quot;   |cffff9933list|r: List current restock items&quot;)
-		ChatFrame1:AddMessage(&quot;   |cffff9933overstock|r: Ensure that the quantity specified is always purchased for items offered in stacks from vendor&quot;)
-		ChatFrame1:AddMessage(&quot;   |cffff9933upgradewater|r: Automatically upgrade to better water as player levels&quot;)
-		ChatFrame1:AddMessage(&quot;   |cffff9933chatter|r: Give chat feedback when purchasing items&quot;)
+		local handler = StealYourCarbon[&quot;CMD_&quot;..cmd:upper()]
+
+		if handler then handler(StealYourCarbon, rest)
+		else
+			StealYourCarbon:Print(&quot;Automatically restock items from vendors and your bank&quot;)
+			ChatFrame1:AddMessage(&quot; /carbon /syc&quot;)
+			ChatFrame1:AddMessage(&quot;   |cffff9933(no command)|r: Open config panel&quot;)
+			ChatFrame1:AddMessage(&quot;   |cffff9933add|r: Add an item to be restocked&quot;)
+			ChatFrame1:AddMessage(&quot;   |cffff9933del|r: Remove an item from the restock list&quot;)
+			ChatFrame1:AddMessage(&quot;   |cffff9933list|r: List current restock items&quot;)
+			ChatFrame1:AddMessage(&quot;   |cffff9933overstock|r: Ensure that the quantity specified is always purchased for items offered in stacks from vendor&quot;)
+			ChatFrame1:AddMessage(&quot;   |cffff9933upgradewater|r: Automatically upgrade to better water as player levels&quot;)
+			ChatFrame1:AddMessage(&quot;   |cffff9933chatter|r: Give chat feedback when purchasing items&quot;)
+		end
 	end
 end
 </diff>
      <filename>SlashHandler.lua</filename>
    </modified>
    <modified>
      <diff>@@ -14,5 +14,11 @@
 ## X-LoadOn-Merchant: true
 ## X-LoadOn-Bank: true
 
+LibStub.lua
+tekKonfigHeading.lua
+tekKonfigFadeIn.lua
+tekKonfigCheckbox.lua
+
 StealYourCarbon.lua
 SlashHandler.lua
+Config.lua</diff>
      <filename>StealYourCarbon.toc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a3a8c975a5824fbb41fdfadb6be4cacd1cd23f36</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub Stoutwrithe</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/stealyourcarbon/commit/5adc6db168dc7ebaf501019a5fb6a633aa5f715a</url>
  <id>5adc6db168dc7ebaf501019a5fb6a633aa5f715a</id>
  <committed-date>2008-02-19T13:50:55-08:00</committed-date>
  <authored-date>2008-02-19T13:50:55-08:00</authored-date>
  <message>Add config frame</message>
  <tree>6826e103474e456c8a5f31b2b40c6cde3de27604</tree>
  <committer>
    <name>Tekkub Stoutwrithe</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
