diff options
| author | 2018-09-07 13:49:36 +0100 | |
|---|---|---|
| committer | 2018-09-07 13:49:36 +0100 | |
| commit | ac76b814216b59014fbcfd3592218fbcb1480870 (patch) | |
| tree | 8712ef3934f4a365b9b264ae8913bd07e0eed38e /IRCLineHandler.py | |
| parent | Set +o/+v on a user if they're in the channel at the time of !addop/!addvoice (diff) | |
| signature | ||
Support server-time, even if it's ignored for the moment
Diffstat (limited to 'IRCLineHandler.py')
| -rw-r--r-- | IRCLineHandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IRCLineHandler.py b/IRCLineHandler.py index b3a7ee1c..d9c65126 100644 --- a/IRCLineHandler.py +++ b/IRCLineHandler.py @@ -9,7 +9,7 @@ RE_MODES = re.compile(r"[-+]\w+") CAPABILITIES = {"multi-prefix", "chghost", "invite-notify", "account-tag", "account-notify", "extended-join", "away-notify", "userhost-in-names", - "draft/message-tags-0.2"} + "draft/message-tags-0.2", "server-time"} class LineHandler(object): def __init__(self, bot, events): |
