ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/party
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:14:16 2006 UTC (18 years, 5 months ago) by root
Branch: UPSTREAM
CVS Tags: rel-2_0, rel-2_1, UPSTREAM_2006_03_15, LAST_C_VERSION, STABLE, UPSTREAM_2006_02_22, difficulty_fix_merge_060810_2300, UPSTREAM_2006_02_03
Branch point for: difficulty_fix
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

# User Rev Content
1 root 1.1 party join partyname
2     Puts you in a party, prompts you for a passwd if there is
3     one
4    
5     party form partyname
6     Forms a party and puts you as leader, 32 character max.
7     At the moment, being party leader does nothing. May be used in
8     the future.
9    
10     party list
11     Lists currently formed parties and their 'leader'
12    
13     party passwd <password>
14     Changes the passwd for the party you are in, 8 character max.
15    
16     party who
17     lists the members of the party you are in
18    
19     party say <msg>
20     sends messsage to party members
21    
22     party leave
23     takes you out of current party
24    
25