From: Giuseppe Bilotta Date: Wed, 18 Oct 2006 22:17:59 +0000 (+0000) Subject: Minor aesthetical fixup X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=c36e4355b60dfc02aaf73bb1b7e7a9c82bd59cb7;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git Minor aesthetical fixup --- diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index 882a15fb..7d926604 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -93,7 +93,7 @@ class ::RssBlob else a = self.to_a[0,3] end - a.join(" | ") + a.compact.join(" | ") end end