diff --git a/doc/plugins.conf b/doc/plugins.conf index 491eb74..6e5a9a0 100644 --- a/doc/plugins.conf +++ b/doc/plugins.conf @@ -13,6 +13,15 @@ # plugin /usr/lib/uhub/mod_auth_sqlite.so "file=/etc/uhub/users.db" +# Topic commands. +# Note: "topic" == "hub description" (as configured in uhub.conf) +# +# !topic - change the topic (op required) +# !showtopic - show the topic +# !resettopic - reset the topic to the default (op required) +# +# This plugins takes no parameters. +#plugin /usr/lib/uhub/mod_topic.so # Log file writer # @@ -22,7 +31,8 @@ plugin /usr/lib/uhub/mod_auth_sqlite.so "file=/etc/uhub/users.db" plugin /usr/lib/uhub/mod_logging.so "file=/var/log/uhub.log" # A simple example plugin -# plugin /usr/lib/uhub/mod_example.so +#plugin /usr/lib/uhub/mod_example.so + # A plugin sending a welcome message. # # This plugin provides the following commands: diff --git a/doc/uhub.conf b/doc/uhub.conf index d379b0c..8df4ee4 100644 --- a/doc/uhub.conf +++ b/doc/uhub.conf @@ -104,11 +104,11 @@ msg_auth_invalid_password = Password is wrong msg_auth_user_not_found = User not found in password database msg_user_share_size_low = User is not sharing enough msg_user_share_size_high = User is sharing too much -msg_user_slots_low = User have too few upload slots -msg_user_slots_high = User have too many upload slots +msg_user_slots_low = User has too few upload slots +msg_user_slots_high = User has too many upload slots msg_user_hub_limit_low = User is on too few hubs msg_user_hub_limit_high = User is on too many hubs -msg_error_no_memory = No memory +msg_error_no_memory = Out of memory msg_user_flood_chat = Chat flood detected, messages are dropped. msg_user_flood_connect = Connect flood detected, connection refused. msg_user_flood_search = Search flood detected, search is stopped. diff --git a/src/core/config.xml b/src/core/config.xml index b5e949d..1561478 100644 --- a/src/core/config.xml +++ b/src/core/config.xml @@ -17,7 +17,7 @@