Merge
This commit is contained in:
commit
57446e0900
@ -45,8 +45,9 @@ class Ampache2IRC(irc.bot.SingleServerIRCBot):
|
|||||||
.replace(config.ampache_URL, "")
|
.replace(config.ampache_URL, "")
|
||||||
.strip("/"))
|
.strip("/"))
|
||||||
serv.privmsg(config.channel,
|
serv.privmsg(config.channel,
|
||||||
"%s (%s)" % (entry.title,
|
"%c%02d %s (%s)" %
|
||||||
haikunator.haikunate(token_length=0)))
|
(3, 14, entry.title,
|
||||||
|
haikunator.haikunate(token_length=0)))
|
||||||
self.last_seen = entry.published_parsed
|
self.last_seen = entry.published_parsed
|
||||||
|
|
||||||
def on_welcome(self, serv, ev):
|
def on_welcome(self, serv, ev):
|
||||||
|
Loading…
Reference in New Issue
Block a user