From debbca572ff73d5e6858d782ec5a5afa379d2bcc Mon Sep 17 00:00:00 2001 From: Kcchouette Date: Mon, 30 Apr 2018 15:22:42 +0200 Subject: [PATCH] Update plugins.conf --- doc/plugins.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/plugins.conf b/doc/plugins.conf index 6e5a9a0..9893a77 100644 --- a/doc/plugins.conf +++ b/doc/plugins.conf @@ -41,7 +41,7 @@ plugin /usr/lib/uhub/mod_logging.so "file=/var/log/uhub.log" # # Parameters: # motd: path/filename for the welcome message (message of the day) -# rules: path/filenam for the rules file +# rules: path/filename for the rules file # # NOTE: The files MUST exist, however if you do not wish to provide one then these parameters can be omitted. # @@ -69,4 +69,3 @@ plugin /usr/lib/uhub/mod_welcome.so "motd=/etc/uhub/motd.txt rules=/etc/uhub/rul # history_default: when !history is provided without arguments, then this default number of messages are returned. # history_connect: the number of chat history messages to send when users connect (0 = do not send any history) plugin /usr/lib/uhub/mod_chat_history.so "history_max=200 history_default=10 history_connect=5" -