aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-21 10:41:22 +0100
committerGravatar jesopo2019-06-21 10:41:22 +0100
commit032c67be66bb792a29cc90cb6882058b612f1a28 (patch)
treec2f6381737088a7ec68f4bdee055af86671ee0d4 /modules/line_handler
parentDon't listen to raw.send.privmsg in linehandler, emulate recv in fake_echo.py (diff)
signature
move echo-message to it's own module, eat events before they hit fake_echo.py
Diffstat (limited to 'modules/line_handler')
-rw-r--r--modules/line_handler/ircv3.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/line_handler/ircv3.py b/modules/line_handler/ircv3.py
index 93b814c8..23d14ed5 100644
--- a/modules/line_handler/ircv3.py
+++ b/modules/line_handler/ircv3.py
@@ -12,7 +12,6 @@ CAPABILITIES = [
utils.irc.Capability("message-tags", "draft/message-tags-0.2"),
utils.irc.Capability("cap-notify"),
utils.irc.Capability("batch"),
- utils.irc.Capability("echo-message"),
utils.irc.Capability(None, "draft/rename"),
utils.irc.Capability(None, "draft/setname")
]