add plugin interface version
This commit is contained in:
parent
002aa00279
commit
d3cc992d3e
@ -18,6 +18,8 @@ class MessageCommandDispatcher : public RegistryMessageModelEventI {
|
|||||||
ConfigModelI& _conf;
|
ConfigModelI& _conf;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
static constexpr const char* version {"1"};
|
||||||
|
|
||||||
enum Perms {
|
enum Perms {
|
||||||
BLACKLIST = 1 << 0,
|
BLACKLIST = 1 << 0,
|
||||||
WHITELIST = 1 << 1,
|
WHITELIST = 1 << 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user