]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/anti.c
commands: Rename the command functions
[empserver] / src / lib / commands / anti.c
index c389cf73493a126dc462961a7b1eacd34005eaf7..ffb19678c3adf2aa385a88d3e5008144192034f1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2017, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -43,7 +43,7 @@
  * format: anti <SECT>
  */
 int
-anti(void)
+c_anti(void)
 {
     struct sctstr sect;
     int nsect;
@@ -109,7 +109,7 @@ anti(void)
                    sect.sct_che_target = 0;
                sect.sct_che = ache;
                putsect(&sect);
-               pr("          Body count:  Military %d - Guerillas %d.\n",
+               pr("          Body count:  Military %d - Guerrillas %d.\n",
                   milkilled, chekilled);
                if (ache == 0) {
                    pr("          Partisans cleared out of this sector for now.\n");
@@ -147,7 +147,7 @@ anti(void)
                   xyas(nstr.x, nstr.y, sect.sct_oldown));
            }
        } else {
-           pr("          Body count:  Military 0 - Guerillas 0.\n");
+           pr("          Body count:  Military 0 - Guerrillas 0.\n");
            pr("          Partisans cleared out of this sector for now.\n");
        }
     }