X-Git-Url: https://git.cworth.org/git?p=loudgame;a=blobdiff_plain;f=loudgame.h;h=08f4b499b48956046f59af632b92c727da9b4838;hp=c899727eb0a5220a29145f1613b827695b02a346;hb=76ee71f47307291d8d2457204fc7c44b93729bb9;hpb=2aa374ba86da3e1a1e9f317675c5652949b3fdac diff --git a/loudgame.h b/loudgame.h index c899727..08f4b49 100644 --- a/loudgame.h +++ b/loudgame.h @@ -44,6 +44,10 @@ struct _loudgame { handle_message_cb handle_message; }; +#define LOUDGAME_HELP \ +"\tsay message \t\tSay 'message' to everyone in the current game\n" \ +"\twhisper user message\tSay 'message' to 'user' only\n" + int loudgame_init (loudgame_t *lg, int argc, char **argv);