diff options
| author | 2019-06-06 21:16:27 +0100 | |
|---|---|---|
| committer | 2019-06-06 21:16:39 +0100 | |
| commit | d281f5ef17fa0740acd7d0a53eb136bc5a2e522f (patch) | |
| tree | 3aa7c9fd7263b731dce6997a3e19293523426af3 /modules/commands/__init__.py | |
| parent | Lambda scopes are irritating (diff) | |
| signature | ||
Remove +draft/typing TAGMSG - that was for testing
Diffstat (limited to 'modules/commands/__init__.py')
| -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 |
