-
Notifications
You must be signed in to change notification settings - Fork 47
/
config
39 lines (33 loc) · 1.19 KB
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# See https://pypi.python.org/pypi/ConfigArgParse for syntax
# HTTP/WebSocket related options
# Use HTTPS to server injector.js and injector.user.js if at least one of http-cert or http-key is specified
http-cert: /etc/wechatircd/cert.pem
http-key: /etc/wechatircd/key.pem
http-listen: [127.0.0.1, ::1]
http-port: 9000
# Specify http-root if injector.js is located elsewhere
#http-root: /usr/share/wechatircd
# Display media links as https://127.0.0.1:9000/media/$id
#http-url: https://127.0.0.1:9000
#ignore: [channel_name_regex0, channel_name_regex1]
#ignore-topic: [group_name_regex0]
# uncomment the next line if you do not want to receive messages from Subscription Accounts(BrandServ user)
#ignore-brand
# IRC related options
# Use IRC over TLS if at least one of irc-cert or irc-key is specified
#irc-cert: /etc/wechatircd/irc-cert.pem
#irc-key: /etc/wechatircd/irc-key.pem
irc-listen: [127.0.0.1, ::1]
# reserved nicks for clients
#irc-nicks: [ray]
# IRC connection password
#irc-password:
irc-port: 6667
# join mode
join: new
# logger
#logger-ignore:
#logger-mask: /tmp/wechatircd/$channel/%Y-%m-%d.log
#logger-time-format: %H:%M
# SASL PLAIN password (as an alternative to --irc-password)
#sasl-password: