MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | #include <sys/driver_hooks.h> | ||||
3 | |||||
4 | set_driver_hook(H_NO_IPC_SLOT, value) | ||||
5 | |||||
6 | <value> being: | ||||
7 | |||||
8 | 0 | ||||
9 | string <msg> | ||||
10 | |||||
11 | DESCRIPTION | ||||
12 | Optional hook specifying the message given to logins | ||||
13 | rejected due to space limitations (MAX_PLAYER). | ||||
14 | Hook setting has to be string. | ||||
15 | |||||
16 | If set to 0, the default message "Lpmud is full. Come back | ||||
17 | later." is issued. | ||||
18 | |||||
19 | HISTORY | ||||
20 | |||||
21 | SEE ALSO | ||||
22 | hooks(C) |