--- deliantra/server/lib/cf.pm 2006/08/25 17:11:53 1.43 +++ deliantra/server/lib/cf.pm 2006/08/26 08:44:06 1.44 @@ -94,6 +94,21 @@ my %extcmd; ############################################################################# +# object support + +sub reattach { + warn "reattach<@_>\n"; +} + +sub instantiate { + warn "instantiate<@_>\n"; +} + +sub clone { + warn "clone<@_>\n"; +} + +############################################################################# # "new" plug-in system =item cf::object::attach ... # NYI @@ -468,7 +483,7 @@ # extcmd framework, basically convert ext # into pkg::->on_extcmd_arg1 (...) while shortcutting a few -attach_global +attach_to_players on_extcmd => sub { my ($pl, $buf) = @_;