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.24 by root, Tue May 6 16:55:26 2008 UTC vs.
Revision 1.25 by root, Fri Jul 11 21:41:38 2008 UTC

132void 132void
133send_party_message (object *op, const char *msg) 133send_party_message (object *op, const char *msg)
134{ 134{
135 for_all_players (pl) 135 for_all_players (pl)
136 if (pl->ob->contr->party == op->contr->party && pl->ob != op) 136 if (pl->ob->contr->party == op->contr->party && pl->ob != op)
137 new_draw_info (NDI_WHITE, 0, pl->ob, msg); 137 pl->send_msg (NDI_UNIQUE, MSG_CHANNEL ("party"), msg);
138} 138}
139 139
140void 140void
141receive_party_password (object *op, char k) 141receive_party_password (object *op, char k)
142{ 142{
375 } 375 }
376 else 376 else
377 buf << "I did not understand your command. For help try: C<party help>"; 377 buf << "I did not understand your command. For help try: C<party help>";
378 378
379reply: 379reply:
380 op->contr->send_msg (NDI_UNIQUE | NDI_REPLY, MSG_CHANNEL("party"), buf); 380 op->contr->send_msg (NDI_UNIQUE | NDI_REPLY, MSG_CHANNEL ("party"), buf);
381 381
382 return 1; 382 return 1;
383} 383}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines