mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 03:02:17 -05:00
Use key on new servers
This commit is contained in:
parent
d1c36f170b
commit
ab99bf7517
@ -3166,6 +3166,8 @@ cmd_server (struct session *sess, char *tbuf, char *word[], char *word_eol[])
|
||||
{
|
||||
sess->willjoinchannel[0] = '#';
|
||||
safe_strcpy ((sess->willjoinchannel + 1), channel, (CHANLEN - 1));
|
||||
if (key)
|
||||
safe_strcpy (sess->channelkey, key, 64);
|
||||
}
|
||||
|
||||
/* support +7000 style ports like mIRC */
|
||||
|
Loading…
Reference in New Issue
Block a user