1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-10-27 12:07:39 +00:00

Channel autojoin functionality

This commit is contained in:
Ivan Agarkov
2020-12-13 21:57:41 +03:00
committed by Alexander Barton
parent 3b70f4ba0c
commit cfd7d4288e
7 changed files with 42 additions and 2 deletions

View File

@@ -394,6 +394,9 @@
# Key file, syntax for each line: "<user>:<nick>:<key>".
# Default: none.
;KeyFile = :ETCDIR:/#chan.key
# Autojoin - set to yes to force all users to join this channel on connect
;Autojoin = yes
[Channel]
# More [Channel] sections, if you like ...