mcabber/mcabberrc.example
changeset 1944 098b7b5b4854
parent 1943 11bda6d8daab
child 1960 b596bcff758e
--- 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.