1
0
Fork 0
forked from External/ergo

add channel autojoin feature

See discussion on #2077
This commit is contained in:
Shivaram Lingamneni 2023-07-04 21:44:18 -04:00
parent 6d642bfe93
commit 75bd63d0bc
4 changed files with 29 additions and 2 deletions

View file

@ -337,7 +337,7 @@ server:
# in a "closed-loop" system where you control the server and all the clients,
# you may want to increase the maximum (non-tag) length of an IRC line from
# the default value of 512. DO NOT change this on a public server:
# max-line-len: 512
#max-line-len: 512
# send all 0's as the LUSERS (user counts) output to non-operators; potentially useful
# if you don't want to publicize how popular the server is
@ -587,6 +587,12 @@ channels:
# (0 or omit for no expiration):
invite-expiration: 24h
# channels that new clients will automatically join. this should be used with
# caution, since traditional IRC users will likely view it as an antifeature.
# it may be useful in small community networks that have a single "primary" channel:
#auto-join:
# - "#lounge"
# operator classes:
# an operator has a single "class" (defining a privilege level), which can include
# multiple "capabilities" (defining privileged actions they can take). all