Update plugin.py
This commit is contained in:
parent
a007fef8a8
commit
3df4b2cca5
|
@ -31,7 +31,7 @@ class Lyrics(callbacks.Plugin):
|
|||
Get song lyrics from Lyrics Wiki. Format searches as artist, song name
|
||||
"""
|
||||
if ',' in lyric:
|
||||
lyric = lyric.split(',')
|
||||
lyric = lyric.split(',', 1)
|
||||
else:
|
||||
irc.reply("Lyric searches must be formatted as artist, song name")
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue