X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fttt-error.c;h=9022e93b74b1f131789d29454576e6cda7115add;hp=d3e57cba6791da535d6ac64f90ad2aad5de51bc7;hb=fb7c828d7963a599cb43593ecd70a317e7cdb962;hpb=747a73feb09523f99f5fb65dcb048ba38cc6eeb6 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: