From 82525280d2c9b4e8b08995b4a79467705c6f68a9 Mon Sep 17 00:00:00 2001 From: Mike Perez Date: Mon, 9 Oct 2017 14:14:28 -0700 Subject: [PATCH] Thanks bot should provide the thanks page url Change-Id: I06d637c00dccbee49ad8a60398ac21af4064034e --- statusbot/bot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/statusbot/bot.py b/statusbot/bot.py index 0fd20aa..93bedc2 100644 --- a/statusbot/bot.py +++ b/statusbot/bot.py @@ -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()