From 2427c095e5c7704ad06eeb45c0552f9d345dacdd Mon Sep 17 00:00:00 2001 From: misdre Date: Mon, 8 Apr 2013 15:07:58 +0200 Subject: [PATCH] fix issue #491 - opt-in/opt-out of scrollback per channel --- src/common/hexchat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 140f7653..aa18911e 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -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;