Point to github in info message

This commit is contained in:
moneromooo 2019-04-05 16:15:36 +01:00
parent fc88e82f63
commit fccd94ecfb
1 changed files with 1 additions and 1 deletions

View File

@ -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))