changeset 506:80f48fdc94fb

quotedb: Add new settings and update help.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 30 Apr 2020 20:51:16 +0300
parents 0e86d541840c
children 2ca6fda5ba10
files config.quotedb.example
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.quotedb.example	Thu Jan 23 08:05:56 2020 +0200
+++ b/config.quotedb.example	Thu Apr 30 20:51:16 2020 +0300
@@ -49,6 +49,9 @@
 set qdb_showmax_priv 5
 
 
+set qdb_toplist_min 2
+set qdb_toplist_max 5
+
 ###
 ### Messages
 ###
@@ -79,7 +82,7 @@
 
 set qdb_msg_stats "%1-tilastot: %2 quotea, %3 annettua ääntä."
 
-set qdb_msg_help "%1 add <teksti>|update <id> <teksti>|del <id>|find <parametrit>|vote \[<id> <1|-1>\]|top3"
+set qdb_msg_help "%1 <id>|add <teksti>|update <id> <teksti>|del <id>|find <parametrit>|vote \[<id> \[1|-1\]\]|top <n>"
 
 
 ###