MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | object connect(void) | ||||
3 | |||||
4 | DESCRIPTION | ||||
5 | Return a login object that the requested connection should be | ||||
6 | bound to. Note that the connection is not bound yet. | ||||
7 | |||||
8 | The lfun logon() will be applied to the login object after | ||||
9 | binding the connection to it. That lfun has to return != 0 to | ||||
10 | indicate success. | ||||
11 | |||||
12 | SEE ALSO | ||||
13 | logon(A), disconnect(M), interactive(E), exec(E) |