parent
8654e7093f
commit
2e7cf02c72
|
@ -28,6 +28,10 @@ def wuvt(phenny, input):
|
||||||
dj = r_dj.search(djpage).group(1)
|
dj = r_dj.search(djpage).group(1)
|
||||||
|
|
||||||
if song and artist:
|
if song and artist:
|
||||||
|
if dj[0:3] == 'DJ ':
|
||||||
|
phenny.reply('{0} is currently playing: {1} by {2}'
|
||||||
|
.format(dj.strip(), song.strip(), artist.strip()))
|
||||||
|
else:
|
||||||
phenny.reply('DJ {0} is currently playing: {1} by {2}'
|
phenny.reply('DJ {0} is currently playing: {1} by {2}'
|
||||||
.format(dj.strip(), song.strip(), artist.strip()))
|
.format(dj.strip(), song.strip(), artist.strip()))
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue