diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-26 15:14:07 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-26 15:14:07 +0000 |
commit | cea91cb7e7b6a01feddbff4776f9181ee0239b64 (patch) | |
tree | abea381c9b934339c0df20f44911c6636a0d0228 /doc | |
parent | 39e959a0d15c68197289310f1588f263648b01e2 (diff) |
- Removed doc/server-version-info
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2123 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.txt | 1 | ||||
-rw-r--r-- | doc/server-version-info | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/doc/index.txt b/doc/index.txt index 3725e85..af65a7c 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -18,5 +18,4 @@ modeg.txt - An in depth description of the server side silence user mode (+g) modes.txt - A list of all user and channel modes resv.txt - Outline of the RESV command. -server-version-info - Overview of the flags shown in /version serverhide.txt - Information about the server hide options diff --git a/doc/server-version-info b/doc/server-version-info deleted file mode 100644 index 619f823..0000000 --- a/doc/server-version-info +++ /dev/null @@ -1,48 +0,0 @@ - Server VERSION Info - - $Id$ - - Copyright (c) 2005 by ircd-hybrid team - - ---------------------------------------------------------------------- - - Updated for Hybrid 7.2 (2005/08/20) - - When you type /VERSION, you will often see something like this: - - hybrid-7.2beta1(20050820_4). test1.chatjunkies.org :eGgHIKMZ6 TS6ow - - Ever wondered what those funny chars mean after the version number? Well - here they are: - - +----------------------------+ - | 'e' | USE_EXCEPT | - |------+---------------------| - | 'G' | GLINES | - |------+---------------------| - | 'g' | NO_FAKE_GLINES | - |------+---------------------| - | 'H' | HUB | - |------+---------------------| - | 'I' | USE_INVEX | - |------+---------------------| - | 'K' | USE_KNOCK | - |------+---------------------| - | 'M' | IDLE_FROM_MSG | - |------+---------------------| - | 'Z' | ZIPLINKS | - |------+---------------------| - | 'T' | IGNORE_BOGUS_TS | - |------+---------------------| - | '6' | IPv6 | - |------+---------------------| - | --- | ------------------- | - |------+---------------------| - | 'TS' | Supports TS | - |------+---------------------| - | '6' | TS Version 6 | - |------+---------------------| - | 'o' | TS Only | - |------+---------------------| - | 'w' | TS Warnings | - +----------------------------+ |