aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-15 08:45:59 +0100
committerGravatar jesopo2019-05-15 08:45:59 +0100
commit5ca9ae550dd5bdc9ad3c5babba02dd6cce0156d6 (patch)
tree08a29ccb2e9ca54c04b39cc15d7f294f7709c89c /modules
parentdraft/msgid isn't ratified quite yet (diff)
signature
msgid has been ratified
Diffstat (limited to 'modules')
-rw-r--r--modules/commands/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/__init__.py b/modules/commands/__init__.py
index 2b720faf..ff0be268 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(None, "draft/msgid")
+MSGID_TAG = utils.irc.MessageTag("msgid", "draft/msgid")
def _command_method_validate(s):
if s.upper() in COMMAND_METHODS: