diff options
author | epochqwert <epoch@hacking.allowed.org> | 2018-12-19 19:33:37 +0000 |
---|---|---|
committer | epochqwert <epoch@hacking.allowed.org> | 2018-12-19 19:33:37 +0000 |
commit | 36f7747780ea5f459e17f34c42d646abff6e6dbc (patch) | |
tree | a72a0c3f6fa918323b37bff7da047c08a8bdb9a4 /bin/xchg.help | |
parent | ff822dd2295faa2e3fce3fe2bde391c5a1ad53e7 (diff) | |
download | segfault_home-36f7747780ea5f459e17f34c42d646abff6e6dbc.tar.gz segfault_home-36f7747780ea5f459e17f34c42d646abff6e6dbc.zip |
updated scripts, and xchg stuff added
Diffstat (limited to 'bin/xchg.help')
-rw-r--r-- | bin/xchg.help | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/xchg.help b/bin/xchg.help new file mode 100644 index 0000000..fb40ba8 --- /dev/null +++ b/bin/xchg.help @@ -0,0 +1,10 @@ + $list Shows how many coin you have + $buy [amount] [what_you_want] [what_you_dont] + I think of it like: xchg, I want to buy 100 bitcoins with US dollars. + example: $but 100 BTC USD + $sell [amount] [what_you_want] [what_you_dont] + $give [amount] [type] [their_nick] + I think of this one like: xchg, I want to give 100 bitcoins to my_bro + example: $give 20 ETH epoch + amounts can also be percentages or "all" which just gets turned into 100% + these percentages are based on the amount of money of the type that is being spent. |