X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fttt-error.c;h=9022e93b74b1f131789d29454576e6cda7115add;hb=259558bcd2a5734c9e527b68a301347ea8fc5e25;hp=d3e57cba6791da535d6ac64f90ad2aad5de51bc7;hpb=47ff725ff3b109b94a23ea7c8c07c8b1417e31ef;p=ttt diff --git a/src/ttt-error.c b/src/ttt-error.c index d3e57cb..9022e93 100644 --- a/src/ttt-error.c +++ b/src/ttt-error.c @@ -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: