URI: 
       Fix no damage spelling in attack. - 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 babf554440c22f70f47c442504d2d9797505ed08
   DIR parent 6f4407a0a5decda2c441cfa45efdb2a671d25e74
  HTML Author: Annna Robert-Houdin <annna@bitreich.org>
       Date:   Tue, 29 Aug 2023 20:54:43 +0200
       
       Fix no damage spelling in attack.
       
       Diffstat:
         M modules/idlerpg/idlerpg-channel-se… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/modules/idlerpg/idlerpg-channel-service.py b/modules/idlerpg/idlerpg-channel-service.py
       @@ -176,7 +176,7 @@ def main(args):
                else:
                    attackinfo = "%s attacked %s with a %s" \
                       ", but %s defended so well with %s, " \
       -               " that no damaged occured." \
       +               "that no damage occured." \
                       % (attacker, defender, attackweapon, defender, \
                          defendshield)
                say(chaninpath, attackinfo)