clear listeners when reloading plugins
This commit is contained in:
parent
5b10d64eb8
commit
3f84381b41
@ -28,6 +28,7 @@ def add_plugin(command, func):
|
|||||||
|
|
||||||
def clear_plugins():
|
def clear_plugins():
|
||||||
cmds.clear()
|
cmds.clear()
|
||||||
|
lstnrs.clear()
|
||||||
|
|
||||||
|
|
||||||
def add_listener(name, func):
|
def add_listener(name, func):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user