Thanks bot should provide the thanks page url

Change-Id: I06d637c00dccbee49ad8a60398ac21af4064034e
This commit is contained in:
Mike Perez 2017-10-09 14:14:28 -07:00
parent 4316cbfadd
commit 82525280d2
1 changed files with 3 additions and 1 deletions

View File

@ -406,7 +406,9 @@ class StatusBot(irc.bot.SingleServerIRCBot):
text = ' '.join(parts[1:])
self.log.info("Processing thanks from %s: %s" % (nick, text))
self.thankslog.log(channel, nick, text)
self.send(channel, "%s: Added thanks to Thanks page" % (nick,))
self.send(channel, "%s: Added your thanks to Thanks page "
"(https://wiki.openstack.org/wiki/Thanks)"
% (nick,))
def handle_status_command(self, channel, nick, msg):
parts = msg.split()