diff mcabber/mcabberrc.example @ 1427:a8eb9aba2ed2

Add option 'fifo_hide_commands'
author Mikael Berthe <mikael@lilotux.net>
date Tue, 19 Feb 2008 22:24:25 +0100
parents a64778f5f26b
children 071c8170b7de
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Mon Feb 18 22:59:37 2008 +0100
+++ b/mcabber/mcabberrc.example	Tue Feb 19 22:24:25 2008 +0100
@@ -215,7 +215,10 @@
 # FIFO
 # mcabber can create a FIFO named pipe and listen to this pipe for commands.
 # (The FIFO support has to be compiled in.)  Default: disabled.
+# Set fifo_hide_commands to 1 if you don't want to see the FIFO commands
+# in the log window (they will still be written to the tracelog file).
 #set fifo_name = ~/.mcabber/mcabber.fifo
+#set fifo_hide_commands = 0
 
 # Traces logging
 # If you want advanced traces, please specify a file and a level here.