]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/panes/options.js
Patch from tomaw adding an option to hide JOIN/PART/QUIT messages.
[irc/quakenet/qwebirc.git] / js / ui / panes / options.js
index 221d105c1345fe0c70e1ccf92c1b803349b09012..b93698e4af19b84c624920646a2e8ee30cfc312e 100644 (file)
@@ -36,7 +36,8 @@ qwebirc.config.DEFAULT_OPTIONS = [
   [8, "LASTPOS_LINE", "Show a last position indicator for each window", true, {
     enabled: qwebirc.ui.supportsFocus
   }],
-  [9, "NICK_COLOURS", "Automatically colour nicknames", false]
+  [9, "NICK_COLOURS", "Automatically colour nicknames", false],
+  [10, "HIDE_JOINPARTS", "Hide JOINS/PARTS/QUITS", false]
 ];
 
 qwebirc.config.DefaultOptions = null;