<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>data/rbot/plugins/bash.rb</filename>
    </added>
    <added>
      <filename>data/rbot/plugins/threat.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -3,12 +3,17 @@ o Tom Gilbert (giblet) &lt;tom@linuxbrit.co.uk&gt;
 
 Patch contributors
 o Peter Suschlik (pesu) &lt;peter@zilium.de&gt;
+o Alexey I. Froloff &lt;raorn@altlinux.ru&gt;
+o Ari Pollak &lt;ajp@aripollak.com&gt;
+o Rudolf Polzer &lt;atfield-dt@durchnull.de&gt;
+o Ren&#233; Nussbaumer &lt;public@killerfox.forkbomb.ch&gt;
 
 Module contributors
 o dice.rb  - David Dorward (Dorward) &lt;david@david.us-lot.org&gt;
 o lart.rb  - Michael Brailsford &lt;brailsmt@yahoo.com&gt;
 o stats.rb - Michael Brailsford &lt;brailsmt@yahoo.com&gt;
 o ri.rb    - Michael Brailsford &lt;brailsmt@yahoo.com&gt;
+o bash/threat - Robin Kearney &lt;robin@riviera.org.uk&gt;
 
 &quot;Testing&quot; (having fun breaking rbot creatively)
 o Paul Duncan (pabs) &lt;pabs@pablotron.org&gt;</diff>
      <filename>AUTHORS</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,13 @@
+Thu Aug 11 00:04:31 BST 2005  Tom Gilbert &lt;tom@linuxbrit.co.uk&gt;
+
+  * Patches from &quot;Alexey I. Froloff&quot; &lt;raorn@altlinux.ru&gt;
+	* Do not use &quot;/home/#{Etc.getlogin}/&quot; for default home directory, use
+	&quot;#{Etc.getpwnam(Etc.getlogin).dir}/&quot; instead.
+	* Do not try to load same plugin from different locations.  Added ability
+	to disable system-wide plugins - create PLUGIN.rb.disabled in user's
+	plugins directory.
+	* For example, to disable freshmeat plugin installed in /usr/share/rbot/plugins/freshmeat.rb one can create empty file ~/.rbot/plugins/freshmeat.rb.disabled
+
 Mon Aug 08 23:08:01 BST 2005  Tom Gilbert &lt;tom@linuxbrit.co.uk&gt;
 
   * new markov plugin for random inane chat</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+o if searchquote (or similar) has 3 results, roundrobin between them as
+asked, don't respond a random one
 o freeze/thaw factoids (make them readonly) at higher auth
 o respond to insults
 o feed back errors from plugins (optional)</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -52,7 +52,7 @@ class KarmaPlugin &lt; Plugin
   
   
   def help(plugin, topic=&quot;&quot;)
-    &quot;karma module: &lt;thing&gt;++/&lt;thing&gt;-- =&gt; increase/decrease karma for &lt;thing&gt;, karma for &lt;thing&gt;? =&gt; show karma for &lt;thing&gt;, karmastats =&gt; show stats. Karma is a community rating system - only in-channel messages can affect karma and you cannot adjust your own.&quot;
+    &quot;karma module: Listens to everyone's chat. &lt;thing&gt;++/&lt;thing&gt;-- =&gt; increase/decrease karma for &lt;thing&gt;, karma for &lt;thing&gt;? =&gt; show karma for &lt;thing&gt;, karmastats =&gt; show stats. Karma is a community rating system - only in-channel messages can affect karma and you cannot adjust your own.&quot;
   end
   def listen(m)
     return unless m.kind_of?(PrivMessage) &amp;&amp; m.public?</diff>
      <filename>data/rbot/plugins/karma.rb</filename>
    </modified>
    <modified>
      <diff>@@ -78,7 +78,7 @@ class LartPlugin &lt; Plugin
 	#}}}
 	#{{{
 	def help(plugin, topic=&quot;&quot;)
-		&quot;Lart:  The lart plugin allows you to punish/praise someone in the channel.  You can also add new punishments and new praises as well as delete them.  For the curious, LART is an acronym for Luser Attitude Readjustment Tool.\nUsage:  punish/lart &lt;nick&gt; &lt;reason&gt;  --  punishes &lt;nick&gt; for &lt;reason&gt;.  The reason is optional.\n        praise &lt;nick&gt; &lt;reason&gt;  --  praises &lt;nick&gt; for &lt;reason&gt;.  The reason is optional.\n        mod[lart|punish|praise] [add|remove]  --  Add or remove a lart or praise.&quot;
+		&quot;Lart: The lart plugin allows you to punish/praise someone in the channel. You can also add new punishments and new praises as well as delete them. For the curious, LART is an acronym for Luser Attitude Readjustment Tool. Usage: punish/lart &lt;nick&gt; [&lt;reason&gt;] -- punishes &lt;nick&gt; for &lt;reason&gt;. praise &lt;nick&gt; [&lt;reason&gt;] -- praises &lt;nick&gt; for &lt;reason&gt;. [add|rm][lart|punish|praise] -- Add or remove a lart or praise.&quot;
 	end
 	#}}}
 	# The following are command handlers	{{{</diff>
      <filename>data/rbot/plugins/lart.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>61778ca75f9659c1482284ee0cc56178928044d8</id>
    </parent>
  </parents>
  <author>
    <name>Tom Gilbert</name>
    <email>tom@linuxbrit.co.uk</email>
  </author>
  <url>http://github.com/jsn/rbot/commit/8db3c907730752ccc668c69080680d1b90140c10</url>
  <id>8db3c907730752ccc668c69080680d1b90140c10</id>
  <committed-date>2005-08-10T16:12:50-07:00</committed-date>
  <authored-date>2005-08-10T16:12:50-07:00</authored-date>
  <message>AUTHORS update.

Added two plugins from Robin Kearney &lt;robin@riviera.org.uk&gt;</message>
  <tree>c080db6ea30f2a923a5ff809682791d558d9f046</tree>
  <committer>
    <name>Tom Gilbert</name>
    <email>tom@linuxbrit.co.uk</email>
  </committer>
</commit>
