summaryrefslogtreecommitdiff
path: root/data/rbot
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot')
-rw-r--r--data/rbot/plugins/theyfightcrime.rb2
1 files changed, 1 insertions, 1 deletions
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)