| ||||||||
| Line: 55 to 55 | ||||||||
|---|---|---|---|---|---|---|---|---|
|
| ||||||||
| Changed: | ||||||||
| < < |
?lshelp. However, it only returns top-level indices and not any sub-indices, so ?lsindex should be preferred, despite it's less clean formatting.
| |||||||
| > > |
?lshelp. However, it only returns top-level indices and not any sub-indices, so ?lsindex should be preferred, despite its less clean formatting.
| |||||||
|
Should be considered deprecated. | ||||||||
| ||||||||
| Line: 55 to 55 | ||||||||
|---|---|---|---|---|---|---|---|---|
|
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
?lshelp. However, it only returns top-level indices and not any sub-indices, so ?lsindex should be preferred, despite it's less clean formatting.
Should be considered deprecated. | |||||||
|
| ||||||||
| ||||||||
| Line: 101 to 101 | ||||||||
|---|---|---|---|---|---|---|---|---|
|
they have access to native screen size information.
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
|
| ||||||||
| ||||||||
| Line: 101 to 101 | ||||||||
|---|---|---|---|---|---|---|---|---|
|
they have access to native screen size information.
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
|
| ||||||||
| Changed: | ||||||||
| < < |
database in the client if an object is missing. | |||||||
| > > |
database in the client. If the optional object argument is used, it retransmits the %USER or %DISC entry for the object. The object must be in standard MOO format, #number. | |||||||
|
| ||||||||
| ||||||||
| Line: 114 to 114 | ||||||||
|---|---|---|---|---|---|---|---|---|
|
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
|
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
|
| ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > |
Client MessagesThese are "out of band" commands sent from the client up to the server. The line prefix "#$#" ensures that the server grants special handling to the incoming line. It will neither pass it on for parsing as a user command, nor allow it to be read into a buffer (a la /INFO). The number of commands is fairly few, largely because #$# options does a better job than this interface. There are only two messages which can be safely sent prior to the completion of the login process: #$# ping and #$# options. The former because it depends in no way on the state or validity of the user attached to the connection. The latter because the information is specially preserved in a list attached to the connection. When the login completes the list of options is then processed by the user object.
Revision 3, 24 September 2001, ChristianRatliff Revision 4, 22 August 2002, DD Revision 5, 8 October 2002, CAR [PR#504]
| |||||||