Adds optional priority option for beerchat.register_callback.
Priority can be either nil (for default), number (anything goes, kind of) or string (from highest to lowest):
high
medium
default
low
lowest
"Heavy" lifting happens during registration and wont affect run time performance at all.
Closes #93
Adds optional priority option for
beerchat.register_callback
. Priority can be either nil (for default), number (anything goes, kind of) or string (from highest to lowest):"Heavy" lifting happens during registration and wont affect run time performance at all.