Introduction
Introduction Statistics Contact Development Disclaimer Help
Remove some error and debugging from last change. - annna - Annna the nice frie…
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 2d5d53bad25e3ca4b28eed6bbaf6b101c64d4859
parent 0117f54a4a5e061cd6b524514f65b7eb325ebfc1
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 19 Oct 2025 11:39:38 +0200
Remove some error and debugging from last change.
Diffstat:
M annna-message-common | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/annna-message-common b/annna-message-common
@@ -27,7 +27,6 @@ doexpand=0
# Personalities.
declare -A personalities
add_personality() {
- printf "@ = %s\n" "$@" >&2
for personality in "$@";
do
personalities+=(["${personality}"]="$1")
@@ -1151,7 +1150,7 @@ do case "${IRC_PRIVMSG_TEXT,,}" in
personality="${personalities[${person}]}"
preprompt="$(cat ${ANNNA_MODBASE}/prompt-agents/${personality}.prompt.…
prompt="$(printf "%s\n" "${IRC_PRIVMSG_TEXT}" | cut -d' ' -f 2- | sed …
- { annna-say "$(gpt "System: ${preprompt}\n User: ${prompt}\n Bot:")" }…
+ annna-say "$(gpt "System: ${preprompt}\n User: ${prompt}\n Bot:")" &
esac done
case "${IRC_PRIVMSG_TEXT}" in
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.