changeset 485:b866ab8bd382

quotedb: Fix example configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Dec 2019 11:34:50 +0200
parents 35d7be5db18b
children b352722e8717
files config.quotedb.example
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config.quotedb.example	Tue Oct 29 15:29:15 2019 +0200
+++ b/config.quotedb.example	Fri Dec 06 11:34:50 2019 +0200
@@ -102,8 +102,8 @@
 
 bind pub - !spede spede_pub_cmd
 bind msg - !spede spede_msg_cmd
-proc spede_pub_cmd {unick uhost uhand uchan utext} { qdb_command "!spede" "spededb" $unick $uhost $uhand $uchan $utext 1 ""}
-proc spede_msg_cmd {unick uhost uhand utext}       { qdb_command "!spede" "spededb" $unick $uhost $uhand "" $utext 0 ""}
+proc spede_pub_cmd {unick uhost uhand uchan utext} { qdb_command "!spede" "spededb" $unick $uhost $uhand $uchan $utext 1 "" "https://tnsp.org/spede/img/"}
+proc spede_msg_cmd {unick uhost uhand utext}       { qdb_command "!spede" "spededb" $unick $uhost $uhand "" $utext 0 "" "https://tnsp.org/spede/img/"}
 
 bind pub - !mn mn_pub_cmd
 bind msg - !mn mn_msg_cmd