mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
Lyrics: single line replies
This commit is contained in:
parent
264168209c
commit
eb6ea74d44
@ -132,8 +132,7 @@ class Lyrics(callbacks.Plugin):
|
||||
try:
|
||||
lyrics = self.getlyrics(url)
|
||||
if lyrics:
|
||||
irc.reply(title, prefixNick=False)
|
||||
irc.reply(lyrics, prefixNick=False)
|
||||
irc.reply(title + " | " + lyrics, prefixNick=False)
|
||||
else:
|
||||
irc.reply("Unable to retrieve lyrics from {0}".format(url))
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user