This commit is contained in:
Lucas Verney 2016-06-23 14:36:18 +02:00
commit 57446e0900
1 changed files with 3 additions and 2 deletions

View File

@ -45,8 +45,9 @@ class Ampache2IRC(irc.bot.SingleServerIRCBot):
.replace(config.ampache_URL, "")
.strip("/"))
serv.privmsg(config.channel,
"%s (%s)" % (entry.title,
haikunator.haikunate(token_length=0)))
"%c%02d %s (%s)" %
(3, 14, entry.title,
haikunator.haikunate(token_length=0)))
self.last_seen = entry.published_parsed
def on_welcome(self, serv, ev):