Introduction
Introduction Statistics Contact Development Disclaimer Help
Add many new fun commands to annna. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 377ac8e48ec64c18ae9cc34e83ca3a6e35a9593c
parent 2133613957b85621e187d8ad75f8327ed36e2c29
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 14 Dec 2025 20:37:43 +0100
Add many new fun commands to annna.
Diffstat:
M annna-message-common | 34 +++++++++++++++++++++++++++++…
1 file changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/annna-message-common b/annna-message-common
@@ -427,6 +427,40 @@ case "${IRC_PRIVMSG_TEXT}" in
fortunecookie="$(fortune-cookie)"
[ -n "${fortunecookie}" ] && annna-say "${IRC_CMD_USER}, ${fortunecook…
"${IRC_USER}, what is up with gopher man?") alias_call "${IRC_USER}, gpt Pleas…
+"${IRC_USER}, please motivate"*) alias_call "${IRC_USER}, gpt Be positive, emp…
+"${IRC_USER}, please riddle"*) alias_call "${IRC_USER}, gpt Please make a ridd…
+"${IRC_USER}, please tongue-twist"*) alias_call "${IRC_USER}, gpt Please make …
+"${IRC_USER}, please give me a career tip"*) alias_call "${IRC_USER}, gpt Plea…
+"${IRC_USER}, please gophervr"*) alias_call "${IRC_USER}, gpt Please generate …
+"${IRC_USER}, please trivia"*) alias_call "${IRC_USER}, gpt Please generate so…
+"${IRC_USER}, please emoji"*) alias_call "${IRC_USER}, gpt Please output some …
+"${IRC_USER}, please neologism"*)
+ query="$(printf "%s\n" "${IRC_PRIVMSG_TEXT}" | cut -d' ' -f 4-)"
+ [ -z "${query}" ] && alias_call "${IRC_USER}, gpt Please make a neolog…
+"${IRC_USER}, please idiom explain"*)
+ query="$(printf "%s\n" "${IRC_PRIVMSG_TEXT}" | cut -d' ' -f 5-)"
+ [ -n "${query}" ] && alias_call "${IRC_USER}, gpt Please explain the i…
+"${IRC_USER}, please help me decide"*)
+ query="$(printf "%s\n" "${IRC_PRIVMSG_TEXT}" | cut -d' ' -f 6-)"
+ [ -n "${query}" ] && alias_call "${IRC_USER}, gpt Please explain the e…
+"${IRC_USER}, please similie"*)
+ query="$(printf "%s\n" "${IRC_PRIVMSG_TEXT}" | cut -d' ' -f 4-)"
+ [ -n "${query}" ] && alias_call "${IRC_USER}, gpt Please make a simili…
+"${IRC_USER}, please portmanteau"*)
+ query="$(printf "%s\n" "${IRC_PRIVMSG_TEXT}" | cut -d' ' -f 4-)"
+ [ -n "${query}" ] && alias_call "${IRC_USER}, gpt Please create a port…
+"${IRC_USER}, git gud"*)
+ query="$(printf "%s\n" "${IRC_PRIVMSG_TEXT}" | cut -d' ' -f 4-)"
+ [ -n "${query}" ] && alias_call "${IRC_USER}, gpt What is the git comm…
+"${IRC_USER}, pun dit"*)
+ query="$(printf "%s\n" "${IRC_PRIVMSG_TEXT}" | cut -d' ' -f 4-)"
+ [ -n "${query}" ] && alias_call "${IRC_USER}, gpt Please make a funny …
+"${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…
+"${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 …
"${IRC_USER}, what is "*)
word="$(printf "%s\n" "${IRC_PRIVMSG_TEXT}" | cut -c 16-)"
case "$word" 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.