<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -111,6 +111,13 @@ SLASH_SPEW1 = &quot;/spew&quot;
 function SlashCmdList.SPEW(text)
 	input = text:trim():match(&quot;^(.-);*$&quot;)
 	if input == &quot;&quot; then ShowUIPanel(panel)
+	elseif input == &quot;mouse&quot; then
+		local t, f = {}, EnumerateFrames()
+		while f do
+			if f:IsVisible() and MouseIsOver(f) then table.insert(t, f:GetName() or &quot;&lt;Anon&gt;&quot;) end
+			f = EnumerateFrames(f)
+		end
+		Spew(&quot;Visible frames under mouse&quot;, t)
 	else
 		local f, err = loadstring(string.format(&quot;Spew(%q, %s)&quot;, input, input))
 		if f then f() else Print(&quot;|cffff0000Error:|r &quot;..err) end
@@ -118,17 +125,6 @@ function SlashCmdList.SPEW(text)
 end
 
 
-SLASH_SPEWMOUSE1 = &quot;/spewmouse&quot;
-function SlashCmdList.SPEWMOUSE()
-	local t, f = {}, EnumerateFrames()
-	while f do
-		if f:IsVisible() and MouseIsOver(f) then table.insert(t, f:GetName() or &quot;&lt;Anon&gt;&quot;) end
-		f = EnumerateFrames(f)
-	end
-	Spew(&quot;Visible frames under mouse&quot;, t)
-end
-
-
 --[[
 -- Testing code to help find crashes
 TEKX = TEKX or 0</diff>
      <filename>Spew.lua</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@
 ## X-Category: Development Tools
 
 ## LoadManagers: AddonLoader
-## X-LoadOn-Slash: /spew, /spewmouse
+## X-LoadOn-Slash: /spew
 
 LibStub.lua
 tekPanelAuction.lua</diff>
      <filename>Spew.toc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>16812ef45bf49620e5a3714a7d95e2177aff03d2</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/spew/commit/01625ed84ff0a83c144fc596abbc173c0d741573</url>
  <id>01625ed84ff0a83c144fc596abbc173c0d741573</id>
  <committed-date>2008-10-26T17:58:28-07:00</committed-date>
  <authored-date>2008-10-26T17:58:28-07:00</authored-date>
  <message>Change '/spewmouse' to '/spew mouse'... seem AddonLoader can only handle a single slash handler</message>
  <tree>a8bb04debec5e0a8b38dca57799e1d72ec49ce1a</tree>
  <committer>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
