]> git.pond.sub.org Git - empserver/blobdiff - src/lib/player/dispatch.c
Update copyright notice
[empserver] / src / lib / player / dispatch.c
index 02a888a49bf8c549322be59511332c0ed42a64f1..4242cea137c45c5586b383bfa7c466aaf813c6d4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2015, 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
@@ -37,7 +37,6 @@
 #include "chance.h"
 #include "com.h"
 #include "empio.h"
-#include "file.h"
 #include "journal.h"
 #include "match.h"
 #include "misc.h"
@@ -55,9 +54,9 @@ int test_suite_prng_seed;
 
 /*
  * Execute command named by player->argp[0].
- * BUF is the raw UTF-8 command line.  It should have been passed to
+ * @buf is the raw UTF-8 command line.  It should have been passed to
  * parse() to set up player->argp.
- * If REDIR is not null, it's the command's redirection, in UTF-8.
+ * If @redir is not null, it's the command's redirection, in UTF-8.
  * Return -1 if the command is not unique or doesn't exist, else 0.
  */
 int
@@ -84,7 +83,7 @@ dispatch(char *buf, char *redir)
        if (player->god || opt_BLITZ)
            np->nat_btu = max_btus;
        else {
-           pr("You don't have the BTU's, bozo\n");
+           pr("You don't have the BTUs, bozo\n");
            return 0;
        }
     }