Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix sending to users for annna-say. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit e2c9b900e7203ee3ddf96161bd56e552689649c6
parent 0bfdb12254b557ea0d84331d7d5a46a3a6a3a1fe
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 13 Aug 2023 20:34:15 +0200
Fix sending to users for annna-say.
Diffstat:
M annna-say | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/annna-say b/annna-say
@@ -54,11 +54,11 @@ do
esac
ircpath="${ircbase}/${cserver}/${cname}"
-
if [ -e "$ircpath/in" ];
then
printf "%s\n" "$@" > "${ircpath}/in"
else
+ ircpath="${ircbase}/${cserver}"
# Might be a user.
printf "/j %s %s\n" "$c" "$@" > "${ircpath}/in"
fi
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.