]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/chan.c
Update copyright notice
[empserver] / src / lib / commands / chan.c
index 2f59d2fdd11a2fa744bfbcd3e60209d6c6ffac57..71c35800d34f608603735ee132f1ae9dce5be71f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2011, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2016, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -49,10 +49,6 @@ chan(void)
     if (!p)
        return RET_SYN;
     us = getnatp(player->cnum);
-    if (us->nat_stat == STAT_VIS) {
-       pr("Visitor countries can't change their country name or representative.\n");
-       return RET_FAIL;
-    }
     switch (*p) {
     case 'n':
     case 'c':