Add copyright and repo url in info

This commit is contained in:
moneromooo 2014-12-27 19:33:34 +00:00
parent a174ece136
commit 39b2e64516
1 changed files with 1 additions and 0 deletions

View File

@ -751,6 +751,7 @@ def Help(nick):
def Info(nick):
time.sleep(0.5)
SendTo(nick, "Info for %s:" % tipbot_name)
SendTo(nick, "Copyright 2014 moneromooo - http://duckpool.mooo.com/tipbot/")
SendTo(nick, "Type !help for a list of commands")
SendTo(nick, "NO WARRANTY, YOU MAY LOSE YOUR COINS")
time.sleep(0.5)