Add amirite command. - 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 72520f533bdda6722b6a960417ed4dd0b7d3e211
DIR parent 7f74b7159a3630282ac5c588f23de4efd5c1fb1d
HTML Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Fri, 23 Aug 2024 21:34:21 +0200
Add amirite command.
Diffstat:
M annna-message-common | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
DIR diff --git a/annna-message-common b/annna-message-common
@@ -310,6 +310,9 @@ case "${text}" in
"${ircuser}, snoke.")
annna-say -s "${server}" -c "${channel}" "${user}, snoke again?"
;;
+"${ircuser}, amirite?")
+ annna-say -s "${server}" -c "${channel}" "${user}, Yep, you're the most correct of them all."
+ ;;
"${ircuser}, ping.")
annna-say -s "${server}" -c "${channel}" "${user}, pong."
;;