mcabber/mcabberrc.example
changeset 1526 eefa0ae248d8
parent 1520 41d3457af815
child 1530 29c505d43b3e
--- a/mcabber/mcabberrc.example	Thu Oct 02 20:00:11 2008 +0200
+++ b/mcabber/mcabberrc.example	Thu Oct 02 21:24:20 2008 +0200
@@ -234,10 +234,14 @@
 # FIFO
 # mcabber can create a FIFO named pipe and listen to this pipe for commands.
 # Default: disabled.
-# Set fifo_hide_commands to 1 if you don't want to see the FIFO commands
+# 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).
+# When FIFO  is configured, you can turn it off and on in real time with
+# the 'fifo_ignore' option (default: 0).  When set to 1, the FIFO input is
+# still read but it is discarded.
 #set fifo_name = ~/.mcabber/mcabber.fifo
 #set fifo_hide_commands = 0
+#set fifo_ignore = 0
 
 # Traces logging
 # If you want advanced traces, please specify a file and a level here.