Introduction
Introduction Statistics Contact Development Disclaimer Help
Add quantum bit dice rolling support to annna. - annna - Annna the nice friendl…
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 397883edd671f784f6938b52f2bc9e267d39ee39
parent e8155a9db9c24fee74a38254785d31b3fbedb9ca
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 1 Dec 2024 15:16:11 +0100
Add quantum bit dice rolling support to annna.
Diffstat:
M annna-message-common | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/annna-message-common b/annna-message-common
@@ -1140,6 +1140,10 @@ case "${text}" in
;;
esac
;;
+"${ircuser}, please quantum roll d2 for me.")
+ qroll="$(($(/home/20h/scm/quantum-rng/quantum-rng) + 1))"
+ annna-say -s "${server}" -c "${channel}" "${user}, ${qroll} [1d2(score…
+ ;;
"${ircuser}, please roll "*" for me.")
q="${text#* roll }"
q="${q%for*}"
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.