Server Commands/VERSION
(New page: <pre>VERSION [servername]</pre> VERSION will display the server version of the specified server, or the local server if there was no parameter. [[Server Commands|(Return to Main listin...) |
|||
(5 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | < | + | '''Syntax:''' <code>VERSION [servername]</code> |
- | VERSION will display the server version of the | + | |
+ | VERSION will display the server version. | ||
+ | |||
+ | == Decoding Server Options == | ||
+ | |||
+ | {| class="wikitable" width="60%" style="font-size: 85%; text-align: left;" | ||
+ | |- | ||
+ | | A | ||
+ | | Assertion checks are enabled. | ||
+ | |- | ||
+ | | B | ||
+ | | Size of buffer pool. | ||
+ | |- | ||
+ | | C | ||
+ | | Command line (CMDLINE_CONFIG) is defined. | ||
+ | |- | ||
+ | | D | ||
+ | | Debug mode is defined. | ||
+ | |- | ||
+ | | e | ||
+ | | LocOps can use /REHASH. | ||
+ | |- | ||
+ | | f | ||
+ | | Operators can set modes on local (&) channels. | ||
+ | |- | ||
+ | | F | ||
+ | | Operators can bypass MAXCHANNELS limit. | ||
+ | |- | ||
+ | | H | ||
+ | | Hub is defined. | ||
+ | |- | ||
+ | | i | ||
+ | | Operators can see invisible users local to the server. | ||
+ | |- | ||
+ | | I | ||
+ | | Global Operators can see all invisible users. | ||
+ | |- | ||
+ | | k | ||
+ | | Operators can use /KILL on local clients. | ||
+ | |- | ||
+ | | K | ||
+ | | Global Operators can use /KILL on any client. | ||
+ | |- | ||
+ | | l | ||
+ | | Operators can walk through modes on local (&) channels. | ||
+ | |- | ||
+ | | M | ||
+ | | IDLE_FROM_MSG is defined. | ||
+ | |- | ||
+ | | O | ||
+ | | USEONE is defined. | ||
+ | |- | ||
+ | | p | ||
+ | | Operator passwords are encrypted. | ||
+ | |- | ||
+ | | R | ||
+ | | RELIABLE_CLOCK is defined. | ||
+ | |- | ||
+ | | s | ||
+ | | LocOps can use /RESTART. | ||
+ | |- | ||
+ | | S | ||
+ | | Global Operators / Admins can use /RESTART. | ||
+ | |- | ||
+ | | t | ||
+ | | OPER_REMOTE is defined. | ||
+ | |- | ||
+ | | U | ||
+ | | Server uses poll() | ||
+ | |- | ||
+ | | v | ||
+ | | VIRTUAL_HOST is defined. | ||
+ | |- | ||
+ | | Y | ||
+ | | Server uses syslog() | ||
+ | |- | ||
+ | | Z | ||
+ | | SSL is enabled. | ||
+ | |} | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | '''''Restricted to IRC Operators:''''' | ||
+ | |||
+ | With the second argument, the version information for the specified server is displayed. | ||
[[Server Commands|(Return to Main listing of Server Commands)]] | [[Server Commands|(Return to Main listing of Server Commands)]] |
Current revision as of 01:17, 10 December 2008
Syntax: VERSION [servername]
VERSION will display the server version.
Decoding Server Options
A | Assertion checks are enabled. |
B | Size of buffer pool. |
C | Command line (CMDLINE_CONFIG) is defined. |
D | Debug mode is defined. |
e | LocOps can use /REHASH. |
f | Operators can set modes on local (&) channels. |
F | Operators can bypass MAXCHANNELS limit. |
H | Hub is defined. |
i | Operators can see invisible users local to the server. |
I | Global Operators can see all invisible users. |
k | Operators can use /KILL on local clients. |
K | Global Operators can use /KILL on any client. |
l | Operators can walk through modes on local (&) channels. |
M | IDLE_FROM_MSG is defined. |
O | USEONE is defined. |
p | Operator passwords are encrypted. |
R | RELIABLE_CLOCK is defined. |
s | LocOps can use /RESTART. |
S | Global Operators / Admins can use /RESTART. |
t | OPER_REMOTE is defined. |
U | Server uses poll() |
v | VIRTUAL_HOST is defined. |
Y | Server uses syslog() |
Z | SSL is enabled. |
Restricted to IRC Operators:
With the second argument, the version information for the specified server is displayed.