blob: 700f1e0427b23705222d7070b636c07982c7e2a2 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001logon()
2
3SYNOPSIS:
4 int logon(void)
5
6DESCRIPTION:
7 When the parser accepts a new connection, it first calls
8 connect() in the master object and then applies logon() to
9 the object that is returned by the master. That will usually be
10 a special login object, that is expected to clone and get going
11 a user shell or player object.
12 Should return 0 on failure, everything else means success.
13
14SEE ALSO:
15 connect(M)