Fix the linking_accounts help mentioning the wrong prefix for freenode

This commit is contained in:
moneromooo 2015-07-28 22:23:22 +01:00
parent 903a587209
commit 3aafbb3de2
1 changed files with 2 additions and 1 deletions

View File

@ -193,7 +193,8 @@ def LinkingAccounts(link,cmd):
link.send_private('When both are done, the accounts will be linked, and you will be able to use')
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 (irc: for IRC, reddit:), like this: !link_account reddit:myredditname')
link.send_private('name (freenode: for Freenode IRC, reddit: for Reddit), like this:')
like.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')