12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
logon - initialize a logon connection
|
|
|
|
object logon();
|
|
|
|
This apply is called on the object returned by the connect() master
|
|
apply, after that object has been made into an interactive object,
|
|
so the object can initiate any logon sequence which is wanted. This
|
|
function is no longer required to exist. this_user() will be the
|
|
interactive object.
|
|
|
|
See also: connect
|