X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2FNeonFun.mod%2Fcmd_neonfun.c;h=82eaaba710b455cb1b83650a27804fe7fda71b05;hb=78e040af3fcc36ab684611c0f98b4381ff420878;hp=195749885344a5ee085a35ad02b2edc02860362e;hpb=eb2aab55a1f97b329c0409d32d35d1f112facedb;p=NeonServV5.git diff --git a/src/modules/NeonFun.mod/cmd_neonfun.c b/src/modules/NeonFun.mod/cmd_neonfun.c index 1957498..82eaaba 100644 --- a/src/modules/NeonFun.mod/cmd_neonfun.c +++ b/src/modules/NeonFun.mod/cmd_neonfun.c @@ -1,4 +1,4 @@ -/* cmd_neonfun.c - NeonServ v5.4 +/* cmd_neonfun.c - NeonServ v5.5 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -52,6 +52,7 @@ static const struct default_language_entry msgtab[] = { {"NF_UNO_NAME", "Name"}, {"NF_UNO_WON_GAMES", "Won Games"}, {"NF_UNO_TOTAL_WON_GAMES", "Total won Games"}, + {"NF_UNO_LESS_PLAYERS", "There are not enough players to start the game."}, {"NF_4WINS_NOT_YOUR_TURN", "Wait your turn!"}, {"NF_4WINS_INVALID_COLUMN", "invalid column!"}, @@ -70,6 +71,7 @@ static const struct default_language_entry msgtab[] = { {"NF_4WINS_VIEWING_GAME", "You are now viewing the game."}, {"NF_4WINS_GAME_CLOSED", "Game aborted."}, {"NF_4WINS_TIMEOUT", "Game aborted (timeout)."}, + {"NF_4WINS_SELF", "You may not play against yourself."}, {NULL, NULL} };