From 8054a1cf5da4ccdb18be736d9e2a5ccd7c05b258 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 19 Apr 2003 07:03:29 +0000 Subject: [PATCH] Changed format slightly in rssinfo. --- plugins/RSS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),