Introduction
Introduction Statistics Contact Development Disclaimer Help
Add lameness support. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 020744f3863e1d5a8cd1f52f0c707efd7cf0da27
parent 620b6da037bb3ab092a144496dae42add7c3f2a6
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 25 Aug 2024 14:44:32 +0200
Add lameness support.
Diffstat:
M annna-message-common | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/annna-message-common b/annna-message-common
@@ -334,6 +334,10 @@ case "${text}" in
"${ircuser}, ping.")
annna-say -s "${server}" -c "${channel}" "${user}, pong."
;;
+"${ircuser}, how lame is my nick?")
+ lamenessstr="$(lameness "${user}")"
+ annna-say -s "${server}" -c "${channel}" "${lamenessstr}"
+ ;;
"${ircuser}, ding.")
annna-say -s "${server}" -c "${channel}" "${user}, dong."
;;
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.