mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
/CONNECT -! doesn't autojoin to channels.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2082 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4978d4cd14
commit
01404a3713
3 changed files with 7 additions and 2 deletions
|
|
@ -148,7 +148,8 @@ static void event_connected(SERVER_REC *server)
|
|||
|
||||
g_return_if_fail(SERVER(server));
|
||||
|
||||
if (server->connrec->reconnection)
|
||||
if (server->connrec->reconnection ||
|
||||
server->connrec->no_autojoin_channels)
|
||||
return;
|
||||
|
||||
/* get list of servers in same chat network */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue