URI: 
       Do not run idlerpg due to alpha debugging phase. - annna - Annna the nice friendly bot.
  HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
       ---
   DIR commit a21e6cfb498b88e53eb1c8ca41b7749903f2e010
   DIR parent 419952f57ffff9dea6796ab82f9fd88100865e20
  HTML Author: Annna Robert-Houdin <annna@bitreich.org>
       Date:   Sun, 27 Aug 2023 10:28:36 +0200
       
       Do not run idlerpg due to alpha debugging phase.
       
       Diffstat:
         M annna-channel-service               |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/annna-channel-service b/annna-channel-service
       @@ -18,8 +18,8 @@ modbase="$(cat ${cfgbase}/modbase)"
        case "${channel}" in
        \#bitreich-idle)
                idlebase="${modebase}/idlerpg"
       -        $idlebase/idlerpg-channel-server.py \
       -                "${ircuser}" "${idlebase}" "${ircbase}" "${server}" "${channel}"
       +        #$idlebase/idlerpg-channel-server.py \
       +        #        "${ircuser}" "${idlebase}" "${ircbase}" "${server}" "${channel}"
                exit $?
                ;;
        esac