comparison mcabber/mcabberrc.example @ 1427:a8eb9aba2ed2

Add option 'fifo_hide_commands'
author Mikael Berthe <mikael@lilotux.net>
date Tue, 19 Feb 2008 22:24:25 +0100
parents a64778f5f26b
children 071c8170b7de
comparison
equal deleted inserted replaced
1426:a64778f5f26b 1427:a8eb9aba2ed2
213 #set hook-pre-disconnect = say_to foo@bar Goodbye! 213 #set hook-pre-disconnect = say_to foo@bar Goodbye!
214 214
215 # FIFO 215 # FIFO
216 # mcabber can create a FIFO named pipe and listen to this pipe for commands. 216 # mcabber can create a FIFO named pipe and listen to this pipe for commands.
217 # (The FIFO support has to be compiled in.) Default: disabled. 217 # (The FIFO support has to be compiled in.) Default: disabled.
218 # Set fifo_hide_commands to 1 if you don't want to see the FIFO commands
219 # in the log window (they will still be written to the tracelog file).
218 #set fifo_name = ~/.mcabber/mcabber.fifo 220 #set fifo_name = ~/.mcabber/mcabber.fifo
221 #set fifo_hide_commands = 0
219 222
220 # Traces logging 223 # Traces logging
221 # If you want advanced traces, please specify a file and a level here. 224 # If you want advanced traces, please specify a file and a level here.
222 # There are currently 2 traceloglog levels: 225 # There are currently 2 traceloglog levels:
223 # lvl 1: most events of the log window are written to the file 226 # lvl 1: most events of the log window are written to the file