blob: e1a81e44df845743a668203ec4e63ca4b423ab02 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001logon()
Zesstra953f9972017-02-18 15:37:36 +01002*******
MG Mud User88f12472016-06-24 23:31:02 +02003
MG Mud User88f12472016-06-24 23:31:02 +02004
Zesstra953f9972017-02-18 15:37:36 +01005SYNOPSIS
6========
MG Mud User88f12472016-06-24 23:31:02 +02007
Zesstra953f9972017-02-18 15:37:36 +01008 int logon(void)
9
10
11DESCRIPTION
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
21
22SEE ALSO
23========
24
25 connect(M)