blob: 04f2c62ce2a3856f0c05cdd8c370cbc389361dd3 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra7ea4a032019-11-26 20:11:40 +01002 int valid_exec(string name, object ob, object obfrom)
MG Mud User88f12472016-06-24 23:31:02 +02003
4DESCRIPTION
Zesstra7ea4a032019-11-26 20:11:40 +01005 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 file_name() of the
10 object, and has no leading slash.
MG Mud User88f12472016-06-24 23:31:02 +020011
Zesstra7ea4a032019-11-26 20:11:40 +010012 Return 0 to disallow the action, any other value to allow it.
MG Mud User88f12472016-06-24 23:31:02 +020013
14SEE ALSO
Zesstra7ea4a032019-11-26 20:11:40 +010015 exec(E)