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

Comparing deliantra/server/ext/commands.ext (file contents):
Revision 1.82 by root, Wed May 4 07:41:13 2011 UTC vs.
Revision 1.83 by root, Sat Aug 13 23:22:46 2011 UTC

257}; 257};
258 258
259cf::register_command brace => sub { 259cf::register_command brace => sub {
260 my ($ob, $arg) = @_; 260 my ($ob, $arg) = @_;
261 261
262 $ob->contr->braced (!(length $arg ? !$arg : $ob->contr->ns->braced)); 262 $ob->contr->braced (!(length $arg ? !$arg : $ob->contr->braced));
263 $ob->reply (undef, $ob->contr->braced ? "You are braced." : "Not braced."); 263 $ob->reply (undef, $ob->contr->braced ? "You are braced." : "Not braced.");
264}; 264};
265 265
266cf::register_command sound => sub { 266cf::register_command sound => sub {
267 my ($ob, $arg) = @_; 267 my ($ob, $arg) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines