clear listeners when reloading plugins

pull/16/head
Mallory Hancock 2017-12-06 11:05:57 -08:00
parent 5b10d64eb8
commit 3f84381b41
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ def add_plugin(command, func):
def clear_plugins():
cmds.clear()
lstnrs.clear()
def add_listener(name, func):