From c79300f5884b37b7bf93bf4b47e5feb581b1f64a Mon Sep 17 00:00:00 2001 From: moneromooo Date: Wed, 31 Dec 2014 11:42:27 +0000 Subject: [PATCH] Mention !commands in !info --- tipbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tipbot.py b/tipbot.py index d51960b..e34cdaa 100644 --- a/tipbot.py +++ b/tipbot.py @@ -195,7 +195,7 @@ def Help(nick,chan,cmd): def Info(nick,chan,cmd): SendTo(nick, "Info for %s:" % config.tipbot_name) SendTo(nick, "Copyright 2014 moneromooo - http://duckpool.mooo.com/tipbot/") - SendTo(nick, "Type !help for a list of commands") + SendTo(nick, "Type !help, or !commands for a list of commands") SendTo(nick, "NO WARRANTY, YOU MAY LOSE YOUR COINS") SendTo(nick, "By sending your %s to %s, you are giving up their control" % (coinspecs.name, config.tipbot_name)) SendTo(nick, "to whoever runs the tipbot. Any tip you make/receive using %s" % config.tipbot_name)