<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ class Fun &lt; PluginBase
   on_command    'figlet', :figlet
   
   def figlet(m)
-    output = `#{Escape.shell_command([&quot;figlet&quot;, m[:message]])}`
+    output = `#{Escape.shell_command(['figlet', '--', m[:message]])}`
     paste output
   end
 end
\ No newline at end of file</diff>
      <filename>plugins/figlet.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eb6edef68d91aa8ea628f43a1aa6228f1148010d</id>
    </parent>
  </parents>
  <author>
    <name>Tim Riley</name>
    <email>tim@openmonkey.com</email>
  </author>
  <url>http://github.com/timriley/campfire-bot/commit/f202b296063058c3e74dffa30daeba47ea42e02d</url>
  <id>f202b296063058c3e74dffa30daeba47ea42e02d</id>
  <committed-date>2008-10-22T03:03:50-07:00</committed-date>
  <authored-date>2008-10-22T03:03:50-07:00</authored-date>
  <message>fixes to the figlet command to allow dashes to be used at the start of the string to figletise</message>
  <tree>a616b5d673c362b4ded7a0643216923fce87cc91</tree>
  <committer>
    <name>Tim Riley</name>
    <email>tim@openmonkey.com</email>
  </committer>
</commit>
