aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/handlers/handlePN.ts
blob: b16f77d06033744c62ff042986ea6528f948aa4b (plain)
1
2
3
4
5
6
7
8
9
import { client } from "../../client";

/**
 * Indicates how many users are on this server
 * @param {Array} args packet arguments
 */
export const handlePN = (_args: string[]) => {
    client.sendServer("askchaa#%");
}