From 138153a706c55842da66760e16ae5c6ac6aa1cda Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Mon, 18 Jul 2016 10:17:39 -0400 Subject: [PATCH] more explicit notice --- tipbot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tipbot.js b/tipbot.js index eb94a4c..3aa07fa 100644 --- a/tipbot.js +++ b/tipbot.js @@ -150,8 +150,8 @@ function doHelp(bot, channel) { '`' + command + ' withdraw ADDRESS AMOUNT`: withdraw AMOUNT credits to ADDRESS\n' + '`' + command + ' USER AMOUNT`: send AMOUNT credits to USER\n' + '\n' + - 'Send me a Direct Message if you want to interact privately.\n' + - 'If I\'m not responding in some channel, you can invite me by @mentioning me\n' + '*Everyone will see what I say. Send me a Direct Message if you want to interact privately.*\n' + + 'If I\'m not responding in some channel, you can invite me by @mentioning me.\n' , globalSlackParams); }