diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 04:45:32 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 04:45:32 +0100 |
commit | 58adceb4e9819284cd6b95b7d6ab3b99741fc24f (patch) | |
tree | 188bc6f4e455063b7634d9e250a842a4609332e9 /src/common/textevents.in | |
parent | 432f0781c46cc312bb8419eb1f7ba9035c710337 (diff) |
Provide text events for SASL auth, SASL responses and server capabilities
Diffstat (limited to 'src/common/textevents.in')
-rw-r--r-- | src/common/textevents.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/common/textevents.in b/src/common/textevents.in index d6b8fbf9..04550596 100644 --- a/src/common/textevents.in +++ b/src/common/textevents.in @@ -646,6 +646,24 @@ pevt_resolvinguser_help %C24*%O$tLooking up IP number for %C18$1%O... 2 +SASL Authenticating +XP_TE_SASLAUTH +pevt_saslauth_help +%C23*%O$tAuthenticating via SASL as %C29$1%O +1 + +SASL Response +XP_TE_SASLRESPONSE +pevt_saslresponse_help +%C29*%O$t$4 +n4 + +Server Capabilities +XP_TE_SERVERCAP +pevt_servercap_help +%C23*%O$tCapabilities supported by the server: %C29$2%O +2 + Server Connected XP_TE_SERVERCONNECTED pevt_generic_none_help |