From d225f08b9d9fae21370225c965189c54479a5b8f Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 29 May 2019 17:54:43 +0100 Subject: [PATCH] labeled-response is not ratified yet --- modules/line_handler/__init__.py | 1 - 1 file changed, 1 deletion(-) 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" }