Support server-time, even if it's ignored for the moment

This commit is contained in:
jesopo 2018-09-07 13:49:36 +01:00
parent 9be8c1d90c
commit ac76b81421

View file

@ -9,7 +9,7 @@ RE_MODES = re.compile(r"[-+]\w+")
CAPABILITIES = {"multi-prefix", "chghost", "invite-notify", "account-tag", CAPABILITIES = {"multi-prefix", "chghost", "invite-notify", "account-tag",
"account-notify", "extended-join", "away-notify", "userhost-in-names", "account-notify", "extended-join", "away-notify", "userhost-in-names",
"draft/message-tags-0.2"} "draft/message-tags-0.2", "server-time"}
class LineHandler(object): class LineHandler(object):
def __init__(self, bot, events): def __init__(self, bot, events):