RevBank 2.0, a rewrite. It's plugin based now.
This commit is contained in:
parent
b9a598fb69
commit
c157ea0214
20 changed files with 1192 additions and 541 deletions
18
revbank.plugins
Normal file
18
revbank.plugins
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Order matters. Read RevBank::Plugins for documentation.
|
||||
|
||||
# First, plugins with no commands, or very specific commands
|
||||
|
||||
log # first, so that the registrations of other plugins are logged
|
||||
sigint
|
||||
restart
|
||||
help
|
||||
undo
|
||||
give
|
||||
take
|
||||
|
||||
# Then, plugins that apply heuristics
|
||||
|
||||
products # matches product IDs (barcodes)
|
||||
withdraw # matches amounts
|
||||
users # matches usernames
|
||||
deposit # wants to be after 'users'
|
Loading…
Add table
Add a link
Reference in a new issue