Introduction
Introduction Statistics Contact Development Disclaimer Help
Do not output username in case of annna-cmd. - annna - Annna the nice friendly …
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 1dcb28c3298d331564016a93a0b960f8a19d401d
parent 685b17a974f2ec55e084bb5ef259da59123e88f6
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 18 Aug 2024 12:05:32 +0200
Do not output username in case of annna-cmd.
Diffstat:
M annna-message-common | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/annna-message-common b/annna-message-common
@@ -54,7 +54,12 @@ case "${text}" in
annna-say -s "${server}" -c "${channel}" "${user}, sorry, goph…
else
query=${text#**::} query=${query%%::*}
- annna-say -s "${server}" -c "${channel}" "${user}, $(stable-di…
+ if [ -n "${user}" ] && [ "${user}" != "sannna-cmd" ];
+ then
+ annna-say -s "${server}" -c "${channel}" "${user}, $(s…
+ else
+ annna-say -s "${server}" -c "${channel}" "$(stable-dif…
+ fi
fi
;;
*http*://*|*ytdl://*)
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.