mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Point to github in info message
This commit is contained in:
parent
fc88e82f63
commit
fccd94ecfb
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue