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