blob: 2c0b67b3a378dc8e0c5f4ff15e57d3eef59c6ef7 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 int valid_exec(string name, object ob, object obfrom)
3
4DESCRIPTION
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
14SEE ALSO
15 exec(E)