]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/theyfightcrime.rb
A fixed chuck norris plugin. (The XML feed was disabled, so this one just scrapes...
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / theyfightcrime.rb
old mode 100755 (executable)
new mode 100644 (file)
index 1d18501..d21b5c7
@@ -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)