diff --git a/doc/uhub.conf b/doc/uhub.conf index d62981f..d379b0c 100644 --- a/doc/uhub.conf +++ b/doc/uhub.conf @@ -1,6 +1,6 @@ # uhub.conf - A example configuration file. # You should normally place this file in /etc/uhub/uhub.conf -# And change the file_acl and file_motd below. +# and customize some of the settings below. # # This file is read only to the uhub deamon, and if you # make changes to it while uhub is running you can send a @@ -38,17 +38,6 @@ hub_enabled=1 # Access control list (user database) file_acl=/etc/uhub/users.conf -# This file can contain a message of the day. A welcome -# message send to any client when connecting. -# If the file does not exist, is empty, or cannot be opened -# the motd will not be sent to the clients. -# Normally this message is sent to clients when connecting. -file_motd=/etc/uhub/motd.txt - -# This file can contain a rules of the hub. -# Normally this message is sent to clients when write in chat !rules -file_rules=/etc/uhub/rules.txt - # This file can contain a conf for plugin subsystem file_plugins = /etc/uhub/plugins.conf