diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/commands/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
