<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -237,7 +237,7 @@ public class IRCCat extends PircBot {
 			// irccat builtin command processing:
 			String resp = handleBuiltInCommand(message.substring(1).trim(),
 					sender);
-			if (!resp.isEmpty())
+			if (!(resp == null || resp.equals(&quot;&quot;)))
 				sendMessage(respondTo, resp);
             
             System.out.println(&quot;Built-in: [&quot;+respondTo+&quot;] &lt;&quot;+sender+&quot;&gt; &quot;+message);</diff>
      <filename>src/fm/last/irccat/IRCCat.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cac85181bc97184d80f20d2600ce380d2acde48b</id>
    </parent>
  </parents>
  <author>
    <name>rj</name>
    <email>rj@metabrew.com</email>
  </author>
  <url>http://github.com/RJ/irccat/commit/6df909f341ba736451e6aaea0b93fa21c875c1c6</url>
  <id>6df909f341ba736451e6aaea0b93fa21c875c1c6</id>
  <committed-date>2009-01-15T06:46:32-08:00</committed-date>
  <authored-date>2009-01-15T06:46:32-08:00</authored-date>
  <message>change .isEmpty to restore java 1.5 compatibility</message>
  <tree>fcfdd33e21c82d31c349c5ab9cc6311774f592af</tree>
  <committer>
    <name>rj</name>
    <email>rj@metabrew.com</email>
  </committer>
</commit>
