ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/c_party.C
(Generate patch)

Comparing deliantra/server/server/c_party.C (file contents):
Revision 1.26 by root, Sun Sep 7 21:31:23 2008 UTC vs.
Revision 1.27 by root, Mon Sep 8 18:53:04 2008 UTC

185 185
186 if (!params) 186 if (!params)
187 params = (char *)""; 187 params = (char *)"";
188 188
189 if (!strcmp (params, "help")) 189 if (!strcmp (params, "help"))
190 buf << "\n"
190 buf << " - To form a party type: C<party form> <partyname>\n" 191 " - To form a party type: C<party form> <partyname>\n"
191 " - To join a party type: C<party join> <partyname>\n" 192 " - To join a party type: C<party join> <partyname>\n"
192 " - If the party has a passwd, it will you prompt you for it.\n" 193 " - If the party has a passwd, it will you prompt you for it.\n"
193 " - For a list of current parties type: C<party list>\n" 194 " - For a list of current parties type: C<party list>\n"
194 " - To leave a party type: C<party leave>\n" 195 " - To leave a party type: C<party leave>\n"
195 " - To change a passwd for a party type: C<party passwd> <password>\n" 196 " - To change a passwd for a party type: C<party passwd> <password>\n"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines