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" -