From fccd94ecfbf45fab609c8df22679f852148fc0f7 Mon Sep 17 00:00:00 2001 From: moneromooo Date: Fri, 5 Apr 2019 16:15:36 +0100 Subject: [PATCH] Point to github in info message --- tipbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tipbot.py b/tipbot.py index ca7eb0c..f55946c 100644 --- a/tipbot.py +++ b/tipbot.py @@ -255,7 +255,7 @@ def Help(link,cmd): def Info(link,cmd): link.send_private("Info for %s:" % config.tipbot_name) - link.send_private("Copyright 2014,2015 moneromooo - http://duckpool.mooo.com/tipbot/") + link.send_private("Copyright 2014,2015 moneromooo - https://github.com/tippero/tippero") link.send_private("Type !help, or !commands for a list of commands") link.send_private("NO WARRANTY, YOU MAY LOSE YOUR COINS") link.send_private("By sending your %s to %s, you are giving up their control" % (coinspecs.name, config.tipbot_name))