diff options
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r-- | src/common/hexchat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c index caa20eb7..499df8b0 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -960,7 +960,7 @@ hexchat_exit (void) notify_save (); ignore_save (); free_sessions (); - chanopt_save_all (); + chanopt_save_all (TRUE); servlist_cleanup (); fe_exit (); } |