diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/commands/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/commands/__init__.py b/modules/commands/__init__.py index 436d93cf..4c5ce49e 100644 --- a/modules/commands/__init__.py +++ b/modules/commands/__init__.py @@ -133,9 +133,6 @@ class Module(ModuleManager.BaseModule): if self._is_ignored(server, user, command): return False - server.send(utils.irc.protocol.tagmsg(target.name, - {"+draft/typing": "active"}), immediate=True) - module_name = self._get_prefix(hook) or "" if not module_name and hasattr(hook.function, "__self__"): module_name = hook.function.__self__._name |
