MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
| 2 | int valid_exec(string name, object ob, object obfrom) |
| 3 | |
| 4 | DESCRIPTION |
| 5 | Validate the rebinding of an IP connection by usage of efun |
| 6 | exec(). Arguments are the <name> of the _program_ attempting |
| 7 | to rebind the connection, the object <ob> to receive the |
| 8 | connection, and the object <obfrom> giving the connection. |
| 9 | Note that the program name is not the object_name() of the |
| 10 | object, and has no leading slash. |
| 11 | |
| 12 | Return 0 to disallow the action, any other value to allow it. |
| 13 | |
| 14 | SEE ALSO |
| 15 | exec(E) |