7,072
edits
m (Mex moved page LocalClient to localClient) |
No edit summary |
||
| Line 7: | Line 7: | ||
|returnTypes = Client | |returnTypes = Client | ||
|returnInfo = an object referencing the local client | |returnInfo = an object referencing the local client | ||
|exampleJSCS = addCommandHandler("name", (command, text) => | |||
{ | |||
message('Your username is: ' + localClient.name); | |||
}); | |||
}} | }} | ||
edits