mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 14:14:37 +01:00
Normalize whitespace in rssinfo.
This commit is contained in:
parent
99666246ed
commit
7e56114971
@ -148,7 +148,7 @@ class RSS(callbacks.Privmsg):
|
||||
info.get('link', 'unavailable').strip(),
|
||||
info.get('description', 'unavailable').strip(),
|
||||
date)
|
||||
irc.reply(msg, response)
|
||||
irc.reply(msg, ' '.join(response.split()))
|
||||
|
||||
|
||||
Class = RSS
|
||||
|
Loading…
Reference in New Issue
Block a user