MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: Security



>
>As far as I know, the only way for a non-wiz to change his or her name is
>through @rename...
>
>but if you want to keep players from using rename on themselves, well,
>stick this at the beginning of $player:@rename...
>
>if (dobj == player)
>  return player:notify("Sorry, you can't rename yourself...");
>endif
>

But people can @copy...try adding a set_task_perms(caler_perms()) in
$player:set_name. (and set_aliases)

--Kai

------  kais@moo.dds.nl  -----   MacHelp for stupid's    ------
-------  kais@xs4all.net  ---  http://www.dds.nl/~kais/ -------
-------- ledormant@dds.nl  -      LeD@ some moo's      --------





Home | Subject Index | Thread Index