mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
Add -noautosendcmd to /SERVER and /CONNECT.
Passing this option will force Irssi to not execute the content of the autosendcmd chatnet-setting upon connect. Fixes: #738 git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5209 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
518b822db4
commit
796134ffbd
7 changed files with 14 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue