Changed format slightly in rssinfo.

This commit is contained in:
Jeremy Fincher 2003-04-19 07:03:29 +00:00
parent 7e56114971
commit 8054a1cf5d
1 changed files with 1 additions and 1 deletions

View File

@ -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(),