diff --git a/tipbot.py b/tipbot.py index 37be6c7..19040ff 100644 --- a/tipbot.py +++ b/tipbot.py @@ -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)