msgid has been ratified
This commit is contained in:
parent
7ed4d5fa03
commit
5ca9ae550d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue