aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-28 10:28:48 +0100
committerGravatar jesopo2019-05-28 10:28:48 +0100
commit4543f0a439cae8a8092ed9988550a28bc304fcca (patch)
treeb0a39260bff010e10e08e104eabe4cc426e7a182 /modules
parentPass str object to BeautifulSoup, not bytes. closes #56 (diff)
signature
Switch from `bot-url` metadata to `bot`+`homepage` (https://git.io/fjlSn)
Diffstat (limited to 'modules')
-rw-r--r--modules/metadata.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/metadata.py b/modules/metadata.py
index 03fcc45a..55193dce 100644
--- a/modules/metadata.py
+++ b/modules/metadata.py
@@ -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)