]> git.cworth.org Git - ttt/blobdiff - src/ttt-error.c
2005-12-06 Richard D. Worth <richard@theworths.org>
[ttt] / src / ttt-error.c
index d3e57cba6791da535d6ac64f90ad2aad5de51bc7..9022e93b74b1f131789d29454576e6cda7115add 100644 (file)
@@ -39,6 +39,10 @@ ttt_error_string (ttt_error_t error)
        return "ERROR NOT_NUMBER\r\n";
     case TTT_ERROR_NOT_GRID:
        return "ERROR NOT_GRID\r\n";
+    case TTT_ERROR_NO_INVITE:
+       return "ERROR NO_INVITE\r\n";
+    case TTT_ERROR_NO_GAME:
+       return "ERROR NO_GAME\r\n";
     case TTT_ERROR_NO_USER:
        return "ERROR NO_USER\r\n";
     case TTT_ERROR_NOT_IN_GAME: