This apply is called when the driver receives a ZMP (Zenith Mud Protocol)
command from a ZMP-capable client.
**Arguments:**
- `cmd`: The ZMP command name (e.g., "zmp.ping", "zmp.test")
- `args`: Array of string arguments accompanying the command
ZMP is a telnet protocol extension that allows structured communication
between the client and server using null-terminated string arrays.
Common ZMP commands include:
- `zmp.ping` - Connection keepalive/test
- `zmp.input` - Enhanced input handling
- `zmp.time` - Time synchronization
ZMP support must be enabled in the driver configuration with:
```
enable zmp : 1
```