mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
PluginDownloader: Display plugin description on one line.
This commit is contained in:
parent
e65a722b2f
commit
fed2bcf9d3
@ -337,9 +337,7 @@ class PluginDownloader(callbacks.Plugin):
|
||||
irc.error(_('This plugin has no description.'))
|
||||
else:
|
||||
info = info.split('\n\n')[0]
|
||||
for line in info.split('\n'):
|
||||
if line != '':
|
||||
irc.reply(line)
|
||||
irc.reply(info.replace('\n', ' '))
|
||||
info = wrap(info, ['something', optional('something')])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user