Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / src / core / server-connect-rec.h
index cfbe3eba12946c166b5041abdc5c864c9001e8f3..a9588f046f683c4eac729ba7f0888aef00a2f978 100644 (file)
@@ -34,6 +34,7 @@ GIOChannel *connect_handle; /* connect using this handle */
 unsigned int reconnection:1; /* we're trying to reconnect a connected server */
 unsigned int reconnecting:1; /* we're trying to reconnect any connection */
 unsigned int no_autojoin_channels:1; /* don't autojoin any channels */
+unsigned int no_autosendcmd:1; /* don't execute autosendcmd */
 unsigned int unix_socket:1; /* Connect using named unix socket */
 unsigned int use_ssl:1; /* this connection uses SSL */
 unsigned int ssl_verify:1;