<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,9 +10,13 @@ class Github &lt; Mongrel::HttpHandler
       head[&quot;Content-Type&quot;] = &quot;text/plain&quot;
       post = CGI.parse(request.body.read)
       json = JSON.parse(post['payload'].join(','))
+      channel = @config['irc']['channel']
       json['commits'].each do |c|
-        @bot.say(@config['irc']['channel'],&quot;[#{json['repository']['name']}] New commit by #{c['author']['name']} : #{c['message'].gsub(/\n(.*)/, '...')} - #{c['url']}&quot;)
+        topic = c['message'].split(&quot;\n&quot;).first
+        ref =   c['id'][0,7]
+        author = c['author']['name']
+        @bot.say channel, &quot;#{topic} - #{ref} - #{author}&quot;
       end
     end
   end
-end
\ No newline at end of file
+end</diff>
      <filename>lib/irc_cat/http_server/github.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c710e26c51a3db08022f9e88fb6fb2ab1f8052f8</id>
    </parent>
  </parents>
  <author>
    <name>Evan Phoenix</name>
    <email>ephoenix@engineyard.com</email>
  </author>
  <url>http://github.com/webs/irccat/commit/c86d1749f798fd0869e59f640356093cc6899f8d</url>
  <id>c86d1749f798fd0869e59f640356093cc6899f8d</id>
  <committed-date>2008-12-17T07:23:15-08:00</committed-date>
  <authored-date>2008-09-17T15:06:54-07:00</authored-date>
  <message>Change format the bot speaks about github commits

Signed-off-by: mc &lt;github@ukeer.de&gt;

Signed-off-by: Jordan Bracco &lt;jordan@bracco.name&gt;</message>
  <tree>670231a0ecb3921c414711a70540fb4d93e07bf9</tree>
  <committer>
    <name>Jordan Bracco</name>
    <email>jordan@bracco.name</email>
  </committer>
</commit>
