Add AI hype to annna. - annna - Annna the nice friendly bot.
(HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
---
(DIR) commit af2dc283286daca9d644ab86befec005bc885bac
(DIR) parent 99dec6cc7d87b1652565c38c1622ed04ea80f56e
(HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Wed, 15 Jul 2026 23:35:33 +0200
Add AI hype to annna.
Diffstat:
M annna-message-common | 10 ++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/annna-message-common b/annna-message-common
@@ -481,6 +481,16 @@ case "${IRC_PRIVMSG_TEXT}" in
"${IRC_USER}, mood color"*)
query="$(printf "%s\n" "${IRC_PRIVMSG_TEXT}" | cut -d' ' -f 4-)"
[ -n "${query}" ] && alias_call "${IRC_USER}, gpt What is the hex code visually representing following mood ${query}?";;
+"${IRC_USER}, please AI-hype me"*)
+ alias_call "${IRC_USER}, gpt Please randomly generate some AI hype speak maximum two sentences.";;
+"${IRC_USER}, please AI-hype"*)
+ query="$(printf "%s\n" "${IRC_PRIVMSG_TEXT}" | cut -d' ' -f 4-)"
+ [ -n "${query}" ] && alias_call "${IRC_USER}, gpt Please rewrite \"${query}\" to AI hype topics in maximum two sentences.";;
+"${IRC_USER}, please ai-hype me"*)
+ alias_call "${IRC_USER}, gpt Please randomly generate some AI hype speak maximum two sentences.";;
+"${IRC_USER}, please ai-hype"*)
+ query="$(printf "%s\n" "${IRC_PRIVMSG_TEXT}" | cut -d' ' -f 4-)"
+ [ -n "${query}" ] && alias_call "${IRC_USER}, gpt Please rewrite \"${query}\" to AI hype topics in maximum two sentences.";;
"${IRC_USER}, please linkedin-hype me"*)
alias_call "${IRC_USER}, gpt Please randomly generate some linkedin high-energy speak about random new technology in maximum two sentences.";;
"${IRC_USER}, please linkedin-hype"*)