URI: 
       Add comment to explain code - 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 7166b93b08b30b2a0c7ab0732376abc76fe41943
   DIR parent bdaa3eb970d188f3d20132ca83a02b1aa9eb89b7
  HTML Author: Scarlett McAllister <git@roygbyte.com>
       Date:   Mon, 28 Aug 2023 22:48:12 -0300
       
       Add comment to explain code
       
       Signed-off-by: Annna Robert-Houdin <annna@bitreich.org>
       
       Diffstat:
         M modules/idlerpg/idlerpg-channel-se… |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/modules/idlerpg/idlerpg-channel-service.py b/modules/idlerpg/idlerpg-channel-service.py
       @@ -150,6 +150,7 @@ def main(args):
                say(chaninpath, hackerinfo)
        
            for user in users:
       +        # Build a hacker for newly appeared irc user
                if user not in list(hackers.keys()) and user != ircuser:
                    hackers[user] = random_hacker()
            print(hackers)