comparison doc/examples/irccd.conf.sample @ 911:32b0397f0992

misc: merge from stable-3
author David Demelier <markand@malikania.fr>
date Sun, 06 Oct 2019 09:21:06 +0200
parents f0d6bc79aa32 cbb6d7804c02
children
comparison
equal deleted inserted replaced
903:e71fd436f6c8 911:32b0397f0992
18 18
19 # Section transport: 19 # Section transport:
20 # You can use transport to wait for any input you want. UNIX and internet 20 # You can use transport to wait for any input you want. UNIX and internet
21 # sockets are supported. UNIX are used for file based sockets while internet 21 # sockets are supported. UNIX are used for file based sockets while internet
22 # bind to standard address plus a specific port. 22 # bind to standard address plus a specific port.
23 #
24 # Common options:
25 #
26 # [transport]
27 # password = "SuperPassword" # (string) a password (Optional, default: empty),
23 # 28 #
24 # For internet sockets: 29 # For internet sockets:
25 # 30 #
26 # [transport] 31 # [transport]
27 # type = "ip" 32 # type = "ip"