소스 검색

Add family config option to example

master
JustAnotherArchivist 2 년 전
부모
커밋
142bd43a91
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      config.example.toml

+ 2
- 0
config.example.toml 파일 보기

@@ -3,6 +3,8 @@
#port = 6697
# Possible values: 'yes' (connect over SSL/TLS and verify certificates), 'no' (connect without SSL/TLS), and 'insecure' (connect over SSL/TLS but disable all certificate checks)
#ssl = 'yes'
# Possible values: 'inet' or 'INET' (force IPv4), 'inet6' or 'INET6' (force IPv6); if unspecified, both are used (if supported)
#family =
#nick = 'h2ibot'
#real = 'I am an http2irc bot.'
# Certificate and key for SASL EXTERNAL authentication with NickServ; certfile is a string containing the path to a .pem file which has the certificate and the key, certkeyfile similarly for one containing only the key; default values are empty (None in Python) to disable authentication; the connection is terminated if authentication fails


불러오는 중...
취소
저장