diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2006-01-27 18:17:00 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2006-01-27 18:17:00 +0000 |
commit | 780cdd54ea51ad7d388e2a4dd386cf02d477c083 (patch) | |
tree | e5017919db7de8d8bb8ec6763d89456609a3aa5b /data | |
parent | 10a5625538169df723ecb4a5e061096d473198cd (diff) |
fix double-indefinite-article bug :)
Diffstat (limited to 'data')
-rw-r--r-- | data/rbot/plugins/theyfightcrime.rb | 2 |
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) |