diff options
Diffstat (limited to 'data/rbot/plugins/rss.rb')
-rw-r--r-- | data/rbot/plugins/rss.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index fac7a924..c75722de 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -1128,7 +1128,7 @@ class RSSFeedsPlugin < Plugin stream_hash = { :item => item, :handle => handle, - :handle_wrap => '::', + :handle_wrap => ['::', ':: '], :date => date, :date_wrap => [nil, ' :: '], :title => title, |