Switch from bot-url metadata to bot+homepage (https://git.io/fjlSn)

This commit is contained in:
jesopo 2019-05-28 10:28:48 +01:00
parent 0be9046669
commit 4543f0a439

View file

@ -13,4 +13,5 @@ class Module(ModuleManager.BaseModule):
def _ack(self, server):
url = self.bot.get_setting("bot-url", IRCBot.SOURCE)
server.send_raw("METADATA * SET bot-url :%s" % url)
server.send_raw("METADATA * SET bot BitBot")
server.send_raw("METADATA * SET homepage :%s" % url)