summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-client-weechat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/relay/relay-client-weechat.h')
-rw-r--r--src/plugins/relay/relay-client-weechat.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/plugins/relay/relay-client-weechat.h b/src/plugins/relay/relay-client-weechat.h
index 66d820cad..7f7ca9254 100644
--- a/src/plugins/relay/relay-client-weechat.h
+++ b/src/plugins/relay/relay-client-weechat.h
@@ -27,12 +27,7 @@ struct t_relay_client;
struct t_relay_client_weechat_data
{
- char *address; /* client address (used when sending */
- /* data to client) */
- char *nick; /* nick for client */
- int user_received; /* command "USER" received */
- int connected; /* 1 if client is connected as IRC */
- /* client */
+ int password_ok; /* password received and ok? */
};
extern void relay_client_weechat_recv (struct t_relay_client *client,