diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-13 00:13:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-13 00:13:18 +0300 |
commit | 7630ff2c7407751a996e12c4e8373a0495afe692 (patch) | |
tree | 2feed7a3a257620875fdc54df3a89768190bfc9d /data/help | |
parent | 3b69d225143dd8c6c3b0ab4e1730e427d67c5f27 (diff) | |
download | mv-7630ff2c7407751a996e12c4e8373a0495afe692.tar.gz mv-7630ff2c7407751a996e12c4e8373a0495afe692.tar.bz2 mv-7630ff2c7407751a996e12c4e8373a0495afe692.tar.xz mv-7630ff2c7407751a996e12c4e8373a0495afe692.zip |
add party help.
Diffstat (limited to 'data/help')
-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.>> |