From 48f677d28cd1f3d9d8b30e39b790a4cfe9eb0f84 Mon Sep 17 00:00:00 2001 From: moneromooo Date: Wed, 22 Nov 2017 10:25:29 +0000 Subject: [PATCH] make the !linking_accounts blurb more explicit --- tipbot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tipbot.py b/tipbot.py index 81a9db6..ca7eb0c 100644 --- a/tipbot.py +++ b/tipbot.py @@ -197,7 +197,8 @@ def LinkingAccounts(link,cmd): link.send_private('any account interchangeably. If the accounts are on different networks') link.send_private('(eg, IRC and Reddit), the user names need to be prefixed with the network\'s') link.send_private('name (freenode: for Freenode IRC, reddit: for Reddit), like this:') - link.send_private(' !link_account reddit:myredditname') + link.send_private(' !link_account reddit:myredditname (do that on Freenode)') + link.send_private(' !link_account freenode:myircnick (do that on Reddit)') link.send_private('Linking accounts is irreversible, so make sure you only link to accounts') link.send_private('under your control')