<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2008 [name of plugin creator]
+Copyright (c) 2008 Mark Daggett
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>MIT-LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -96,6 +96,11 @@ module LocusFocus
                 puts s
         end
     end
+    
+    def quit(message=&quot;BirchBot Leaving&quot;)
+      say &quot;QUIT :&quot;+message.to_s
+      @socket.close
+    end
             
     def main_loop()
       while @connected
@@ -109,6 +114,7 @@ module LocusFocus
         end
       end
     rescue SystemExit
+      quit
       exit
     end
   end</diff>
      <filename>lib/locus_focus/birch.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>418ae99d979b09e7b452f75c8e32275c39347691</id>
    </parent>
  </parents>
  <author>
    <name>heavysixer</name>
    <email>heavysixer@gmail.com</email>
  </author>
  <url>http://github.com/heavysixer/birch/commit/95ff5c44fe2307d6ff7577d1fc44bce3a4559cc9</url>
  <id>95ff5c44fe2307d6ff7577d1fc44bce3a4559cc9</id>
  <committed-date>2008-10-24T19:41:14-07:00</committed-date>
  <authored-date>2008-10-24T19:41:14-07:00</authored-date>
  <message>Adding a method to quit leave the IRC channel gracefully instead of &quot;Read error: Input/output error)&quot;

Also added my name to the MIT license.</message>
  <tree>a4ade7a77b77ece1e435419f533673b836e1b4bc</tree>
  <committer>
    <name>heavysixer</name>
    <email>heavysixer@gmail.com</email>
  </committer>
</commit>
