tweak class name as well
This commit is contained in:
parent
752311b8fe
commit
bad60a03f2
|
@ -19,7 +19,7 @@ VERSION = '0.1.0'
|
||||||
AVAILABLE = ['CommandNotify']
|
AVAILABLE = ['CommandNotify']
|
||||||
|
|
||||||
|
|
||||||
class LongCommandNotify(plugin.Plugin):
|
class CommandNotify(plugin.Plugin):
|
||||||
capabilities = ['command_watch']
|
capabilities = ['command_watch']
|
||||||
watched = set()
|
watched = set()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue