Merge branch 'master' of github.com:janvidar/uhub
This commit is contained in:
commit
8ec55a59f5
|
@ -86,6 +86,11 @@ chat_is_privileged = no
|
||||||
# non-operator users.
|
# non-operator users.
|
||||||
chat_only = no
|
chat_only = no
|
||||||
|
|
||||||
|
# if obsolete_clients=1 allows old clients to enter , 0 gives an error message (msg_proto_obsolete_adc0) if they try connect
|
||||||
|
# defaults obsolete_clients=1
|
||||||
|
obsolete_clients=1
|
||||||
|
|
||||||
|
|
||||||
# Configure status message as sent to clients in different circumstances.
|
# Configure status message as sent to clients in different circumstances.
|
||||||
msg_hub_full = Hub is full
|
msg_hub_full = Hub is full
|
||||||
msg_hub_disabled = Hub is disabled
|
msg_hub_disabled = Hub is disabled
|
||||||
|
|
Loading…
Reference in New Issue