Some convenience for annna start procedure. - annna - Annna the nice friendly bot.
(HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
---
(DIR) commit 03e415bb4ddd17cfb45ab8b133a989163b90c8b0
(DIR) parent 52fac93355823ec7f720ab37d59fd51c2f74a43d
(HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Wed, 11 Mar 2026 12:49:59 +0100
Some convenience for annna start procedure.
Diffstat:
M annna-start | 2 +-
M annnasoir | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/annna-start b/annna-start
@@ -58,5 +58,5 @@ do
printf "%s\n" "$!" > "${IRC_SERVER}.pid"
done
-printf "%s is ALIVE. Have fun! :-)\n" "${IRC_USER}"
+[ -n "${IRC_USER}" ] && printf "%s is ALIVE. Have fun! :-)\n" "${IRC_USER}"
(DIR) diff --git a/annnasoir b/annnasoir
@@ -1,5 +1,5 @@
#!/bin/sh
# Modify to you needs for convenience.
export ANNNA_BASE=$HOME/annna
-/home/annna/bin/annna-start
+/home/annna/bin/annna-start "$@"