Server Commands/VERSION
Line 6: | Line 6: | ||
VERSION will display the server version. | 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 Operatorss 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() | ||
+ | |- | ||
+ | | Z | ||
+ | | Server accepts SSL connections. | ||
+ | |} | ||
+ | |||
---- | ---- |
Revision as of 18:02, 20 November 2008
Command Token: V |
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 Operatorss 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() |
Z | Server accepts SSL connections. |
IRC Operator only:
With the second argument, the version information for the specified server is displayed.