From d281f5ef17fa0740acd7d0a53eb136bc5a2e522f Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 6 Jun 2019 21:16:27 +0100 Subject: Remove +draft/typing TAGMSG - that was for testing --- modules/commands/__init__.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules') 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 -- cgit v1.3.1-10-gc9f91