aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-29 17:54:43 +0100
committerGravatar jesopo2019-05-29 17:54:43 +0100
commitd225f08b9d9fae21370225c965189c54479a5b8f (patch)
treec3fd5ce9bf8582278d99456e0a32dd5d6eddd6a1 /modules/line_handler
parentOnly try to send QUITs on ctrl+c when we're connected - sys.exit otherwise (diff)
signature
labeled-response is not ratified yet
Diffstat (limited to 'modules/line_handler')
-rw-r--r--modules/line_handler/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/line_handler/__init__.py b/modules/line_handler/__init__.py
index a11fdec5..1d4881f9 100644
--- a/modules/line_handler/__init__.py
+++ b/modules/line_handler/__init__.py
@@ -3,7 +3,6 @@ from src import EventManager, ModuleManager, utils
from . import channel, core, ircv3, message, user
LABELED_BATCH = {
- "labeled-response": "label",
"draft/labeled-response": "draft/label"
}