diff options
author | TingPing <tngpng@gmail.com> | 2013-04-08 08:04:48 -0700 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-08 08:04:48 -0700 |
commit | 561ad635cde369f4f07b5ce5ee795b9dc4c2c0f7 (patch) | |
tree | 05395f02ad0e56948ab7de77f1f3813436c5aab9 /src/common | |
parent | ed27009285d762ba35e99b9bc3d4bca2685b7fea (diff) | |
parent | 2427c095e5c7704ad06eeb45c0552f9d345dacdd (diff) |
Merge pull request #515 from Misdre/optin-optout-scrollback
fix issue #491 - opt-in/opt-out of scrollback per channel
Diffstat (limited to 'src/common')
-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; |