Skip to content

Commit

Permalink
Added Withdraw and Check Balance links
Browse files Browse the repository at this point in the history
These work with your default browser
  • Loading branch information
5k1ttl3 committed Feb 13, 2014
1 parent 4e23856 commit b2b7aee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions launchpad.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Gui, Add, Edit, x12 y370 w200 h30 vExeDirEdit
Gui, Show, x613 y322 h580 w446, Dogecoin Launchpad
Gui, Font, underline
Gui, Add, Text, cBlue gDogecoinReddit, Visit Dogecoin Subreddit
Gui, Add, Text, cBlue gCheckbal, Check DogeTipBot Balance
Gui, Add, Text, cBlue gWithdraw, Withdraw DogeTipBot Balance
Gui, Font, norm
Gui, Show

Expand Down Expand Up @@ -42,6 +44,13 @@ DogecoinReddit:
Run http://dogecoin.reddit.com
return

Checkbal:
Run http://www.reddit.com/message/compose?to=dogetipbot&subject=history&message=`%2Bhistory
return

Withdraw:
Run http://www.reddit.com/message/compose?to=dogetipbot&subject=withdraw&message=`%2Bwithdraw`%20ADDRESS`%20AMOUNT`%20doge
return


Buttondatadir:
Expand Down

0 comments on commit b2b7aee

Please sign in to comment.