comparison mcabber/mcabberrc.example @ 1426:a64778f5f26b

Implement FIFO named command pipe
author Mikael Berthe <mikael@lilotux.net>
date Mon, 18 Feb 2008 22:59:37 +0100
parents fb438482b28e
children a8eb9aba2ed2
comparison
equal deleted inserted replaced
1425:b0cfd9ab4b9f 1426:a64778f5f26b
210 # 210 #
211 # 'hook-pre-disconnect' is executed just before mcabber disconnects from 211 # 'hook-pre-disconnect' is executed just before mcabber disconnects from
212 # the server. 212 # the server.
213 #set hook-pre-disconnect = say_to foo@bar Goodbye! 213 #set hook-pre-disconnect = say_to foo@bar Goodbye!
214 214
215 # FIFO
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.
218 #set fifo_name = ~/.mcabber/mcabber.fifo
219
215 # Traces logging 220 # Traces logging
216 # If you want advanced traces, please specify a file and a level here. 221 # If you want advanced traces, please specify a file and a level here.
217 # There are currently 2 traceloglog levels: 222 # There are currently 2 traceloglog levels:
218 # lvl 1: most events of the log window are written to the file 223 # lvl 1: most events of the log window are written to the file
219 # lvl 2: debug logging (XML, etc.) 224 # lvl 2: debug logging (XML, etc.)