1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00

Merge pull request #515 from Misdre/optin-optout-scrollback

fix issue #491 - opt-in/opt-out of scrollback per channel
This commit is contained in:
TingPing 2013-04-08 08:04:48 -07:00
commit 561ad635cd

View File

@ -505,8 +505,8 @@ new_ircwindow (server *serv, char *name, int type, int focus)
}
irc_init (sess);
scrollback_load (sess);
chanopt_load (sess);
scrollback_load (sess);
plugin_emit_dummy_print (sess, "Open Context");
return sess;