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.30 by root, Thu Oct 15 06:30:29 2009 UTC vs.
Revision 1.31 by root, Thu Oct 15 21:09:32 2009 UTC

168command_gsay (object *op, char *params) 168command_gsay (object *op, char *params)
169{ 169{
170 if (!params) 170 if (!params)
171 return 0; 171 return 0;
172 172
173 command_party (op, (char *)format ("say %s", params)); 173 command_party (op, format ("say %s", params));
174 174
175 return 0; 175 return 0;
176} 176}
177 177
178int 178int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines