Zesstra | 1862697 | 2017-01-31 10:38:27 +0100 | [diff] [blame^] | 1 | logon() |
| 2 | ======= |
| 3 | |
| 4 | SYNOPSIS |
| 5 | -------- |
| 6 | :: |
| 7 | |
| 8 | int logon(void) |
| 9 | |
| 10 | DESCRIPTION |
| 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 | |
| 21 | SEE ALSO |
| 22 | -------- |
| 23 | :: |
| 24 | |
| 25 | connect(M) |
| 26 | |