From 07505bb53cbb7c159eaeb52699121903f3001602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 12 Apr 2020 15:35:03 +0200 Subject: [PATCH] relay: add comments in truct t_relay_weechat_data --- src/plugins/relay/weechat/relay-weechat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/relay/weechat/relay-weechat.h b/src/plugins/relay/weechat/relay-weechat.h index 67951b7b4..11f4762f2 100644 --- a/src/plugins/relay/weechat/relay-weechat.h +++ b/src/plugins/relay/weechat/relay-weechat.h @@ -35,8 +35,11 @@ enum t_relay_weechat_compression struct t_relay_weechat_data { + /* authentication status (init command) */ int password_ok; /* password received and OK? */ int totp_ok; /* TOTP received and OK? */ + + /* options set by client (init command) */ enum t_relay_weechat_compression compression; /* compression type */ /* sync of buffers */