aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules
diff options
context:
space:
mode:
authorGravatar jesopo2020-02-26 17:21:36 +0000
committerGravatar jesopo2020-02-26 17:21:36 +0000
commit5be945062886d491b9b857162c18d127774abc5f (patch)
tree4a03303e359346df8bf56313dde4a131a6c1bddb /src/core_modules
parentkick bitbot last if he's covered by !kick/!kickban (diff)
signature
commands module no longer relies on pemissions module
Diffstat (limited to 'src/core_modules')
-rw-r--r--src/core_modules/commands/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core_modules/commands/__init__.py b/src/core_modules/commands/__init__.py
index 0e3955d0..a5c5faa6 100644
--- a/src/core_modules/commands/__init__.py
+++ b/src/core_modules/commands/__init__.py
@@ -1,5 +1,4 @@
#--depends-on config
-#--depends-on permissions
import enum, re, shlex, string, traceback, typing
from src import EventManager, IRCLine, ModuleManager, utils