Switch from bot-url
metadata to bot
+homepage
(https://git.io/fjlSn)
This commit is contained in:
parent
0be9046669
commit
4543f0a439
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue