diff options
| author | 2019-11-05 12:51:10 +0000 | |
|---|---|---|
| committer | 2019-11-05 12:51:10 +0000 | |
| commit | fa28e4e7b2211f667afce8b8f05190a70008f65e (patch) | |
| tree | 96bf486c788f0327d7167e7840a83fa01cedcd29 /modules | |
| parent | !seen should get seen-info for target user, not current user (diff) | |
| signature | ||
add !c as an alias of !config
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/config.py b/modules/config.py index 8493a1e4..0a24e139 100644 --- a/modules/config.py +++ b/modules/config.py @@ -149,6 +149,7 @@ class Module(ModuleManager.BaseModule): else: raise ConfigSettingInexistent() + @utils.hook("received.command.c", alias_of="config") @utils.hook("received.command.config", min_args=1) def config(self, event): """ |
