comparison mcabber/mcabberrc.example @ 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 b596bcff758e
comparison
equal deleted inserted replaced
1943:11bda6d8daab 1944:098b7b5b4854
254 # the server. 254 # the server.
255 #set hook-pre-disconnect = say_to foo@bar Goodbye! 255 #set hook-pre-disconnect = say_to foo@bar Goodbye!
256 256
257 # FIFO 257 # FIFO
258 # mcabber can create a FIFO named pipe and listen to this pipe for commands. 258 # mcabber can create a FIFO named pipe and listen to this pipe for commands.
259 # Don't forget to load the FIFO module if you plan to use this feature!
259 # Default: disabled. 260 # Default: disabled.
260 # Set 'fifo_hide_commands' to 1 if you don't want to see the FIFO commands 261 # Set 'fifo_hide_commands' to 1 if you don't want to see the FIFO commands
261 # in the log window (they will still be written to the tracelog file). 262 # in the log window (they will still be written to the tracelog file).
262 # When FIFO is configured, you can turn it off and on in real time with 263 # When FIFO is configured, you can turn it off and on in real time with
263 # the 'fifo_ignore' option (default: 0). When set to 1, the FIFO input is 264 # the 'fifo_ignore' option (default: 0). When set to 1, the FIFO input is
264 # still read but it is discarded. 265 # still read but it is discarded.
265 #set fifo_name = ~/.mcabber/mcabber.fifo 266 #set fifo_name = ~/.mcabber/mcabber.fifo
266 #set fifo_hide_commands = 0 267 #set fifo_hide_commands = 0
267 #set fifo_ignore = 0 268 #set fifo_ignore = 0
269 #
270 #module load fifo
268 271
269 # Traces logging 272 # Traces logging
270 # If you want advanced traces, please specify a file and a level here. 273 # If you want advanced traces, please specify a file and a level here.
271 # There are currently 4 tracelog levels: 274 # There are currently 4 tracelog levels:
272 # lvl 1: most events of the log window are written to the file 275 # lvl 1: most events of the log window are written to the file