Compare commits
No commits in common. "dae2a457108eb18403da0a736b7c0ce9a7abc456" and "224fba34bbd39916731ee65ee740d5af51a2ec6e" have entirely different histories.
dae2a45710
...
224fba34bb
2 changed files with 4 additions and 7 deletions
|
@ -2,17 +2,14 @@
|
|||
|
||||
## Requirements
|
||||
|
||||
* lua >= 5.3
|
||||
* lua
|
||||
* curl
|
||||
* sed
|
||||
* date
|
||||
|
||||
## Usage
|
||||
|
||||
If no username is given via the "-u" command line flag, c4mate will use the
|
||||
value of the $USER environment variable as username.
|
||||
|
||||
Usage: c4mate [-u <user>] [ <query> | -b <id> | -l | +/-<amount> | -g <amount> <user> [<reason>]]
|
||||
c4mate [-u <user>] [ <query> | -b <id> | -l | +/-<amount> | -g <amount> <user> [<reason>]]
|
||||
Display current balance:
|
||||
c4mate
|
||||
Find and buy item (interactive):
|
||||
|
|
4
c4mate
4
c4mate
|
@ -189,8 +189,8 @@ function MatePad:print_log(log)
|
|||
event = log[i]
|
||||
if event.method == "buy" or event.method == "recharge" then
|
||||
print(string.format(
|
||||
"[%s] Bought %s (#%d)",
|
||||
event.time, event.name, event.parameter
|
||||
"[%s] Bought %s",
|
||||
event.time, event.name
|
||||
))
|
||||
elseif event.method == "set_balance" then
|
||||
print(string.format(
|
||||
|
|
Loading…
Add table
Reference in a new issue