aboutsummaryrefslogtreecommitdiff
path: root/modules/ircv3_chathistory.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ircv3_chathistory.py')
-rw-r--r--modules/ircv3_chathistory.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/ircv3_chathistory.py b/modules/ircv3_chathistory.py
index 27daad2b..e540673a 100644
--- a/modules/ircv3_chathistory.py
+++ b/modules/ircv3_chathistory.py
@@ -5,7 +5,8 @@ from src import ModuleManager, utils
TAG = utils.irc.MessageTag("msgid", "draft/msgid")
CHATHISTORY_BATCH = utils.irc.BatchType("chathistory")
-EVENTPLAYBACK_CAP = utils.irc.Capability(None, "draft/event-playback")
+EVENTPLAYBACK_CAP = utils.irc.Capability(None, "draft/event-playback",
+ alias="event-playback")
HISTORY_BATCH = utils.irc.BatchType("history")
@utils.export("cap", EVENTPLAYBACK_CAP)