blob: f867428748e97e24208fe8676281febb0c57bbfc [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001logon()
2=======
3
4SYNOPSIS
5--------
6::
7
8 int logon(void)
9
10DESCRIPTION
11-----------
12::
13
14 When the parser accepts a new connection, it first calls
15 connect() in the master object and then applies logon() to
16 the object that is returned by the master. That will usually be
17 a special login object, that is expected to clone and get going
18 a user shell or player object.
19 Should return 0 on failure, everything else means success.
20
21SEE ALSO
22--------
23::
24
25 connect(M)
26