mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 19:26:37 +02:00
Bump to version 0.11.0
This commit is contained in:
@ -82,6 +82,7 @@ static const char *chat_cmd_list[] = {
|
||||
"/conference",
|
||||
#ifdef GAMES
|
||||
"/game",
|
||||
"/play",
|
||||
#endif
|
||||
"/help",
|
||||
"/invite",
|
||||
@ -94,7 +95,6 @@ static const char *chat_cmd_list[] = {
|
||||
"/nick",
|
||||
"/note",
|
||||
"/nospam",
|
||||
"/play",
|
||||
"/quit",
|
||||
"/savefile",
|
||||
"/sendfile",
|
||||
|
@ -88,7 +88,7 @@ static const char *conference_cmd_list[] = {
|
||||
"/decline",
|
||||
"/exit",
|
||||
"/conference",
|
||||
#ifdef GAME
|
||||
#ifdef GAMES
|
||||
"/game",
|
||||
#endif
|
||||
"/help",
|
||||
|
@ -1773,6 +1773,7 @@ void chess_cb_on_keypress(GameData *game, int key, void *cb_data)
|
||||
}
|
||||
|
||||
case '\r':
|
||||
|
||||
/* Intentional fallthrough */
|
||||
case ' ': {
|
||||
chess_do_input(game, state);
|
||||
|
@ -60,7 +60,7 @@ static const char *glob_cmd_list[] = {
|
||||
"/decline",
|
||||
"/exit",
|
||||
"/conference",
|
||||
#ifdef GAME
|
||||
#ifdef GAMES
|
||||
"/game",
|
||||
#endif
|
||||
"/help",
|
||||
|
Reference in New Issue
Block a user