Add linkedin-hype feature. - annna - Annna the nice friendly bot.
HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
---
DIR commit 9dd789da70152b219d77c606e98790cf91ee1347
DIR parent 710081d5f4b7f722e002e62261314ff0d5a73d6c
HTML Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Thu, 19 Mar 2026 13:39:11 +0100
Add linkedin-hype feature.
Diffstat:
M annna-message-common | 5 +++++
1 file changed, 5 insertions(+), 0 deletions(-)
---
DIR diff --git a/annna-message-common b/annna-message-common
@@ -475,6 +475,11 @@ 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 linkedin-hype me"*)
+ alias_call "${IRC_USER}, gpt Please randomly generate some linkedin high-energy speak in maximum two sentences.";;
+"${IRC_USER}, please linkedin-hype"*)
+ query="$(printf "%s\n" "${IRC_PRIVMSG_TEXT}" | cut -d' ' -f 5-)"
+ [ -n "${query}" ] && alias_call "${IRC_USER}, gpt Please rewrite \"${query}\" to linkedin high-energy speak in maximum two sentences.";;
"${IRC_USER}, I have a dream"*)
query="$(printf "%s\n" "${IRC_PRIVMSG_TEXT}" | cut -d' ' -f 6-)"
[ -n "${query}" ] && alias_call "${IRC_USER}, gpt Interpret the dream ${query} in one sentence.";;