diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/help/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/help/Makefile.am | 1 | ||||
-rw-r--r-- | data/help/chatparty.txt | 16 |
3 files changed, 18 insertions, 0 deletions
diff --git a/data/help/CMakeLists.txt b/data/help/CMakeLists.txt index ab2efbe7f..7ffb4f5fb 100644 --- a/data/help/CMakeLists.txt +++ b/data/help/CMakeLists.txt @@ -1,6 +1,7 @@ SET(FILES about.txt chatcommands.txt + chatparty.txt commands.txt download.txt footer.txt diff --git a/data/help/Makefile.am b/data/help/Makefile.am index a30d1836e..1f8cf5b6d 100644 --- a/data/help/Makefile.am +++ b/data/help/Makefile.am @@ -5,6 +5,7 @@ helpdir = $(pkgdatadir)/data/help help_DATA = \ about.txt \ chatcommands.txt \ + chatparty.txt \ commands.txt \ download.txt \ footer.txt \ diff --git a/data/help/chatparty.txt b/data/help/chatparty.txt new file mode 100644 index 000000000..e9c5878bd --- /dev/null +++ b/data/help/chatparty.txt @@ -0,0 +1,16 @@ + <- @@index|<<Back to Index>>@@ + + +##3 <<Party chat commands>> + +##2 + <</help - show this help.>> + <</invite NICK - invite a player to your party.>> + <</leave - leave the party you are in.>> + <</kick NICK - kick someone from the party you are in.>> + <</item - show party item sharing options.>> + <</item 0 - disable party item sharing options.>> + <</item 1 - enable party item sharing options.>> + <</exp - show party experience sharing options.>> + <</exp 0 - disable party experience sharing options.>> + <</exp 1 - enable party experience sharing options.>> |