<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,6 +11,7 @@ Install Notes
   5. room passwords can be specified for each room like this:
        room_name::password
   6. prefixing '#' to the room field is optional
+  7. nick is not required, if provided the IRCBot will use that nick
 
 
 Developer Notes
@@ -22,6 +23,7 @@ data
   - room
   - password
   - ssl
+  - nick
 
 payload
   - refer to docs/github_payload</diff>
      <filename>docs/irc</filename>
    </modified>
    <modified>
      <diff>@@ -3,6 +3,9 @@ service :irc do |data, payload|
   branch     = (payload['ref'] =~ /^refs\/heads\/(.+)$/ ? $1 : payload['ref'])
   rooms      = data['room'].gsub(&quot;,&quot;, &quot; &quot;).split(&quot; &quot;).map{|room| room[0].chr == '#' ? room : &quot;##{room}&quot;}
   botname    = &quot;GitHub#{rand(200)}&quot;
+  if data['nick']
+    botname    = data['nick']
+  end
   socket     = nil
 
   begin</diff>
      <filename>services/irc.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>630cedc0df3bde2b600a43d1524ed5a42680097c</id>
    </parent>
  </parents>
  <author>
    <name>Dav Glass</name>
    <email>davglass@gmail.com</email>
  </author>
  <url>http://github.com/pjhyett/github-services/commit/e4b3ab02db8236393378606dad4ebe95a84b30aa</url>
  <id>e4b3ab02db8236393378606dad4ebe95a84b30aa</id>
  <committed-date>2009-01-25T20:44:21-08:00</committed-date>
  <authored-date>2009-01-25T20:29:19-08:00</authored-date>
  <message>Added a nick config option - needed for Private Rooms

Signed-off-by: PJ Hyett &lt;pjhyett@gmail.com&gt;</message>
  <tree>1d9634fdf91e3b241325207ded5e5c93ec75f7c7</tree>
  <committer>
    <name>PJ Hyett</name>
    <email>pjhyett@gmail.com</email>
  </committer>
</commit>
