X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Ftheyfightcrime.rb;h=d21b5c7e632c2a3bc2a2c9d53d24f655c286b913;hb=e610893f36c4f965489374c4d8b97da3175186cf;hp=1d185017da4a85f300a6c4592805f3e85b138ca8;hpb=829028c017c8733e35f68a9b1c6636f46955a93e;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/theyfightcrime.rb b/data/rbot/plugins/theyfightcrime.rb index 1d185017..d21b5c7e 100644 --- a/data/rbot/plugins/theyfightcrime.rb +++ b/data/rbot/plugins/theyfightcrime.rb @@ -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)