diff --git a/plugins/RSS.py b/plugins/RSS.py index 4417f5e1f..4c41181b3 100644 --- a/plugins/RSS.py +++ b/plugins/RSS.py @@ -143,7 +143,7 @@ class RSS(callbacks.Privmsg): else: date = "unavailable" # The rest of the entries are all available in the channel key - response = "Title: %s :: URL: %s :: Description: %s :: Last updated: %s" % ( + response = "Title: %s; URL: %s; Description: %s; Last updated: %s" % ( info.get('title', 'unavailable').strip(), info.get('link', 'unavailable').strip(), info.get('description', 'unavailable').strip(),