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 */