client_connect
Syntax
forward client_connect(id);
Usage
| Parameter | Description |
|---|---|
| id | Client index |
Description
Called when a client is connecting.
Note
This forward is called too early to do anything that directly affects the client.
Return
This forward ignores the returned value.