diff --git a/src/irclib.py b/src/irclib.py index d6918c824..6929ebb70 100644 --- a/src/irclib.py +++ b/src/irclib.py @@ -1776,7 +1776,8 @@ class Irc(IrcCommandDispatcher, log.Firewalled): 'multi-prefix', 'metadata-notify', 'account-tag', 'userhost-in-names', 'invite-notify', 'server-time', 'chghost', 'batch', 'away-notify', 'message-tags', - 'msgid', 'setname', 'labeled-response', 'echo-message']) + 'msgid', 'setname', 'labeled-response', 'echo-message', + 'standard-replies']) """IRCv3 capabilities requested when they are available. echo-message is special-cased to be requested only with labeled-response.