Server Commands/SERVER
(New page: '''Command Token:''' S <pre>SERVER <servername> <hops> <boot timestamp> <link timestamp> <protocol> <servernumeric> <max client numeric> <flags> :<description></pre> Used to introduce a...) |
|||
Line 1: | Line 1: | ||
- | '''Command Token:''' S | + | {| class="wikitable" width="25%" style="font-size: 85%; text-align: left;" |
- | + | |- | |
+ | | '''Command Token:''' S | ||
+ | |} | ||
<pre>SERVER <servername> <hops> <boot timestamp> <link timestamp> <protocol> <servernumeric> | <pre>SERVER <servername> <hops> <boot timestamp> <link timestamp> <protocol> <servernumeric> | ||
<max client numeric> <flags> :<description></pre> | <max client numeric> <flags> :<description></pre> | ||
Line 9: | Line 11: | ||
Parameter <description> is the description for the server, and can be at most 50 chars long (define REALLEN). | Parameter <description> is the description for the server, and can be at most 50 chars long (define REALLEN). | ||
- | |||
[[Server Commands|(Return to Main listing of Server Commands)]] | [[Server Commands|(Return to Main listing of Server Commands)]] |
Revision as of 09:39, 4 October 2008
Command Token: S |
SERVER <servername> <hops> <boot timestamp> <link timestamp> <protocol> <servernumeric> <max client numeric> <flags> :<description>
Used to introduce a new server to the network.
Parameter <servername> is the name of the new server, it must contain at least one ".", and can be at most 63 chars long (define HOSTLEN).
Parameter <description> is the description for the server, and can be at most 50 chars long (define REALLEN).