diff options
| author | 2020-02-26 17:21:36 +0000 | |
|---|---|---|
| committer | 2020-02-26 17:21:36 +0000 | |
| commit | 5be945062886d491b9b857162c18d127774abc5f (patch) | |
| tree | 4a03303e359346df8bf56313dde4a131a6c1bddb /src/core_modules/commands | |
| parent | kick 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/commands')
| -rw-r--r-- | src/core_modules/commands/__init__.py | 1 |
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 |
