Don't flush the chanopt_list when saving it

Closes #1665
Fixes #1134
This commit is contained in:
LemonBoy
2016-03-29 19:38:34 +02:00
committed by Patrick Griffis
parent 5f2d6a3c11
commit 0635e91dd6
5 changed files with 16 additions and 10 deletions

View File

@ -581,7 +581,7 @@ cmd_chanopt (struct session *sess, char *tbuf, char *word[], char *word_eol[])
/* chanopt.c */
ret = chanopt_command (sess, tbuf, word, word_eol);
chanopt_save_all ();
chanopt_save_all (FALSE);
return ret;
}