]> git.cworth.org Git - loudgame/blobdiff - loudgame.h
Document the new say and whisper commands
[loudgame] / loudgame.h
index c899727eb0a5220a29145f1613b827695b02a346..08f4b499b48956046f59af632b92c727da9b4838 100644 (file)
@@ -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);