# HG changeset patch # User Mikael Berthe # Date 1298832459 -3600 # Node ID 098b7b5b48547705b7a86c823868326beec5c323 # Parent 11bda6d8daabe994e78a70ec91a721f515643227 Add a comment about the FIFO module to the sample configuration file diff -r 11bda6d8daab -r 098b7b5b4854 mcabber/mcabberrc.example --- 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.