changeset 1944:098b7b5b4854

Add a comment about the FIFO module to the sample configuration file
author Mikael Berthe <mikael@lilotux.net>
date Sun, 27 Feb 2011 19:47:39 +0100
parents 11bda6d8daab
children 518740bcd78b
files mcabber/mcabberrc.example
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Sun Feb 27 18:58:17 2011 +0100
+++ b/mcabber/mcabberrc.example	Sun Feb 27 19:47:39 2011 +0100
@@ -256,6 +256,7 @@
 
 # FIFO
 # mcabber can create a FIFO named pipe and listen to this pipe for commands.
+# Don't forget to load the FIFO module if you plan to use this feature!
 # 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).
@@ -265,6 +266,8 @@
 #set fifo_name = ~/.mcabber/mcabber.fifo
 #set fifo_hide_commands = 0
 #set fifo_ignore = 0
+#
+#module load fifo
 
 # Traces logging
 # If you want advanced traces, please specify a file and a level here.