aboutsummaryrefslogtreecommitdiff
path: root/modules/commands/__init__.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-06 21:16:27 +0100
committerGravatar jesopo2019-06-06 21:16:39 +0100
commitd281f5ef17fa0740acd7d0a53eb136bc5a2e522f (patch)
tree3aa7c9fd7263b731dce6997a3e19293523426af3 /modules/commands/__init__.py
parentLambda 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__.py3
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