diff options
author | misdre <misdre@gmail.com> | 2013-04-08 15:07:58 +0200 |
---|---|---|
committer | misdre <misdre@gmail.com> | 2013-04-08 15:07:58 +0200 |
commit | 2427c095e5c7704ad06eeb45c0552f9d345dacdd (patch) | |
tree | 05395f02ad0e56948ab7de77f1f3813436c5aab9 /src/common/hexchat.c | |
parent | ed27009285d762ba35e99b9bc3d4bca2685b7fea (diff) |
fix issue #491 - opt-in/opt-out of scrollback per channel
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 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; |