revbank/revbank.plugins
Juerd Waalboer 7321b99c6b New plugin: market
Hackerspace members sell their surplus components, space profits.
2013-02-26 23:05:37 +01:00

20 lines
508 B
Text

# 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
#nyan # fun, but not compatible with dumb terminals
# Then, plugins that apply heuristics
products # matches product IDs (barcodes)
market # also matches product IDs
withdraw # matches amounts
users # matches usernames
deposit # wants to be after 'users'