mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Add copyright and repo url in info
This commit is contained in:
parent
a174ece136
commit
39b2e64516
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue