blob: 4d1b0fb7c10eda9cb5aa019eb64e5312ffc5d817 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
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
11DESCRIPTION
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
19HISTORY
20
21SEE ALSO
22 hooks(C)