<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,12 @@
-README
\ No newline at end of file
+== Irkr
+
+Irkr is a gem that provides a Ruby interface for IRC.
+
+== Sample Usage
+
+session = Irkr::Session.start('bscofield')
+session.join('#tester')
+session.connect
+session.tell('#tester', 'hello world!')
+session.command('NICK not_bscofield')
+session.quit</diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>36128fc3e063a0e3ae250e27bce862e51e22b83c</id>
    </parent>
  </parents>
  <author>
    <name>Ben Scofield</name>
    <email>git@turrean.com</email>
  </author>
  <url>http://github.com/bscofield/irkr/commit/46680cf6deb873691e7acc967f1ebdc346541399</url>
  <id>46680cf6deb873691e7acc967f1ebdc346541399</id>
  <committed-date>2008-05-16T05:02:58-07:00</committed-date>
  <authored-date>2008-05-16T05:02:58-07:00</authored-date>
  <message>make README minimally useful</message>
  <tree>6750a839edb606ed39d8b02eaf31f10b3c4d4c25</tree>
  <committer>
    <name>Ben Scofield</name>
    <email>git@turrean.com</email>
  </committer>
</commit>
