From c36e4355b60dfc02aaf73bb1b7e7a9c82bd59cb7 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 18 Oct 2006 22:17:59 +0000 Subject: [PATCH] Minor aesthetical fixup --- data/rbot/plugins/rss.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5