Introduction
Introduction Statistics Contact Development Disclaimer Help
Allow annna-cmd to work. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit cf2f72804b667881fcf947e021bf5a10af7cd474
parent d01cfe61b4374d5b6a55347f4b9f6f7ffa165a07
Author: Annna Robert-Houdin <[email protected]>
Date: Wed, 27 Dec 2023 10:33:15 +0100
Allow annna-cmd to work.
Diffstat:
M annna-start-service | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/annna-start-service b/annna-start-service
@@ -24,8 +24,12 @@ serverbase="${ircbase}/${server}"
## Channel handlers
[ -d "${serverbase}/${channel}" ] \
&& chmod o+rx "${serverbase}/${channel}"
+# For annna-say.
[ -p "${serverbase}/${channel}/in" ] \
&& chmod o+w "${serverbase}/${channel}/in"
+# For annna-cmd.
+[ -p "${serverbase}/${channel}/out" ] \
+ && chmod o+w "${serverbase}/${channel}/out"
if [ -f "${serverbase}/${channel}/out" ];
then
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.