]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/theyfightcrime.rb
fix double-indefinite-article bug :)
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / theyfightcrime.rb
index 1d185017da4a85f300a6c4592805f3e85b138ca8..d21b5c7e632c2a3bc2a2c9d53d24f655c286b913 100644 (file)
@@ -104,7 +104,7 @@ class TheyFightCrime < Plugin
     def do_movieplot(m, params)
         he_things = get_random_things(HE)
         she_things = get_random_things(SHE)
-        m.reply "Summary: He's a #{he_things.join " "} She's a #{she_things.join " "} They fight crime."
+        m.reply "Summary: He's #{he_things.join " "} She's #{she_things.join " "} They fight crime."
     end
 
     def do_movietitle(m, params)