mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Changed format slightly in rssinfo.
This commit is contained in:
parent
7e56114971
commit
8054a1cf5d
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user