X-Git-Url: https://git.cworth.org/git?p=loudgame;a=blobdiff_plain;f=lg-loa.c;h=f6a8f4c182e10811b093ed1bf5651fe09779463f;hp=61e635124c5c591a6135f8e030668b92cef5431f;hb=76ee71f47307291d8d2457204fc7c44b93729bb9;hpb=2aa374ba86da3e1a1e9f317675c5652949b3fdac diff --git a/lg-loa.c b/lg-loa.c index 61e6351..f6a8f4c 100644 --- a/lg-loa.c +++ b/lg-loa.c @@ -524,7 +524,10 @@ loa_game_handle_help (loa_game_t *game, const char *peer) { loudgame_sendf (&game->lg, peer, "I'm a bot that allows you to play the game Lines of Action.\n" - "Here are some commands I understand:\n" + "Here are some generic commands I understand:\n" + LOUDGAME_HELP + "\n" + "And some game-specific commands:\n" "\tshow \t\tShow the current board\n" "\tmove aNbN\tMove a piece, (eg. 'move b1d3')\n" "\tpass \t\tSkip a turn (only legal if no moves are possible)\n"