diff options
Diffstat (limited to 'webAO/packets/handlers/handlePN.ts')
| -rw-r--r-- | webAO/packets/handlers/handlePN.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/webAO/packets/handlers/handlePN.ts b/webAO/packets/handlers/handlePN.ts new file mode 100644 index 0000000..1b66fb9 --- /dev/null +++ b/webAO/packets/handlers/handlePN.ts @@ -0,0 +1,9 @@ +import { client } from "../../client"; + +/** + * Indicates how many users are on this server + * @param {Array} args packet arguments + */ +export const handlePN = (_args: string[]) => { + client.sender.sendServer("askchaa#%"); +}
\ No newline at end of file |
