Skip to content

Instantly share code, notes, and snippets.

@ionelmc
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ionelmc/d48a4f1166f831bfd458 to your computer and use it in GitHub Desktop.
Save ionelmc/d48a4f1166f831bfd458 to your computer and use it in GitHub Desktop.
SESSION.buffers.each(function (b) { if (!b.isServerLog()) { b.setShowingJoinPartPref(false) } });
SESSION.buffers.each(function (b) { if (!b.isServerLog()) { b.setTrackingUnreadPref(false) } });
SESSION.buffers.each(function (b) { if (!b.isServerLog() && b.getName() != "#python-ro") { b.setShowingJoinPartPref(false) } });
SESSION.buffers.each(function (b) { if (!b.isServerLog() && b.getName() != "#python-ro") { b.setTrackingUnreadPref(false) } });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment