diff options
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/chatguild.txt | 11 |
3 files changed, 13 insertions, 0 deletions
diff --git a/data/help/CMakeLists.txt b/data/help/CMakeLists.txt index 7ffb4f5fb..c633b3639 100644 --- a/data/help/CMakeLists.txt +++ b/data/help/CMakeLists.txt @@ -1,6 +1,7 @@ SET(FILES about.txt chatcommands.txt + chatguild.txt chatparty.txt commands.txt download.txt diff --git a/data/help/Makefile.am b/data/help/Makefile.am index 1f8cf5b6d..2d357cce1 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 \ + chatguild.txt \ chatparty.txt \ commands.txt \ download.txt \ diff --git a/data/help/chatguild.txt b/data/help/chatguild.txt new file mode 100644 index 000000000..e22507e5f --- /dev/null +++ b/data/help/chatguild.txt @@ -0,0 +1,11 @@ + <- @@index|<<Back to Index>>@@ + + +##3 <<Guild 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.>> + <</notice TEXT - set notice guild text.>> |