comparison mcabber/mcabberrc.example @ 1526:eefa0ae248d8

Add option "fifo_ignore" (Suggested by T. Glaser) This new option can be used for switching the FIFO on and off from within the session.
author Mikael Berthe <mikael@lilotux.net>
date Thu, 02 Oct 2008 21:24:20 +0200
parents 41d3457af815
children 29c505d43b3e
comparison
equal deleted inserted replaced
1525:68580b6be895 1526:eefa0ae248d8
232 #set hook-pre-disconnect = say_to foo@bar Goodbye! 232 #set hook-pre-disconnect = say_to foo@bar Goodbye!
233 233
234 # FIFO 234 # FIFO
235 # mcabber can create a FIFO named pipe and listen to this pipe for commands. 235 # mcabber can create a FIFO named pipe and listen to this pipe for commands.
236 # Default: disabled. 236 # Default: disabled.
237 # Set fifo_hide_commands to 1 if you don't want to see the FIFO commands 237 # Set 'fifo_hide_commands' to 1 if you don't want to see the FIFO commands
238 # in the log window (they will still be written to the tracelog file). 238 # in the log window (they will still be written to the tracelog file).
239 # When FIFO is configured, you can turn it off and on in real time with
240 # the 'fifo_ignore' option (default: 0). When set to 1, the FIFO input is
241 # still read but it is discarded.
239 #set fifo_name = ~/.mcabber/mcabber.fifo 242 #set fifo_name = ~/.mcabber/mcabber.fifo
240 #set fifo_hide_commands = 0 243 #set fifo_hide_commands = 0
244 #set fifo_ignore = 0
241 245
242 # Traces logging 246 # Traces logging
243 # If you want advanced traces, please specify a file and a level here. 247 # If you want advanced traces, please specify a file and a level here.
244 # There are currently 2 traceloglog levels: 248 # There are currently 2 traceloglog levels:
245 # lvl 1: most events of the log window are written to the file 249 # lvl 1: most events of the log window are written to the file