From 25789e5948f7ccb6383cddc24ce5d398d80fec88 Mon Sep 17 00:00:00 2001 From: moneromooo Date: Wed, 22 Nov 2017 10:23:15 +0000 Subject: [PATCH] fix typo in linking_accounts which would make the command throw --- tipbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tipbot.py b/tipbot.py index d993899..81a9db6 100644 --- a/tipbot.py +++ b/tipbot.py @@ -197,7 +197,7 @@ 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:') - like.send_private(' !link_account reddit:myredditname') + link.send_private(' !link_account reddit:myredditname') link.send_private('Linking accounts is irreversible, so make sure you only link to accounts') link.send_private('under your control')