Feature: Custom /deposit response
SystemDisc opened this issue · 1 comments
Currently when you type /deposit the server responds with
Send bitcoins to the following address:
1LongAddress
I would prefer it to be:
Go to the following link to get a copyable address:
http://thebitmines.com/address/?1LongAddress
The webpage would then display (so that the user can copy the value):
Send bitcoins to the following address:
1LongAddress
Ultimately, I'd like it to do:
Go to the following link to get a copyable address:
http://thebitmines.com/address/?UserName
But that would require a special index.php at http://thebitmines.com/address/
I could have sworn I implemented almost exactly this sort of thing. Isn't
it already providing links in chat with addresses?
On May 26, 2013 4:10 PM, "SystemDisc" [email protected] wrote:
Currently when you type /deposit the server responds with
Send bitcoins to the following address:
1LongAddressI would prefer it to be:
Go to the following link to get a copyable address:
http://thebitmines.com/address/?1LongAddressThe webpage would then display (so that the user can copy the value):
Send bitcoins to the following address:
1LongAddressUltimately, I'd like it to do:
Go to the following link to get a copyable address:
http://thebitmines.com/address/?UserNameBut that would require a special index.php at
http://thebitmines.com/address/—
Reply to this email directly or view it on GitHubhttps://github.com//issues/17
.