From 7ed4d5fa03b3553edc2eef44bf709914253ec733 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 14 May 2019 23:07:55 +0100 Subject: draft/msgid isn't ratified quite yet --- modules/commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/commands/__init__.py b/modules/commands/__init__.py index ff0be268..2b720faf 100644 --- a/modules/commands/__init__.py +++ b/modules/commands/__init__.py @@ -7,7 +7,7 @@ COMMAND_METHODS = ["PRIVMSG", "NOTICE"] REGEX_ARG_NUMBER = re.compile(r"\$(\d+)(-?)") -MSGID_TAG = utils.irc.MessageTag("msgid", "draft/msgid") +MSGID_TAG = utils.irc.MessageTag(None, "draft/msgid") def _command_method_validate(s): if s.upper() in COMMAND_METHODS: -- cgit v1.3.1-10-gc9f91