blob: a1c7315d4dfd792bd242fb66438241714efce592 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 object connect(void)
3
4DESCRIPTION
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
12SEE ALSO
13 logon(A), disconnect(M), interactive(E), exec(E)