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