diff options
author | Sadie Powell <sadie@witchery.services> | 2021-03-05 03:23:25 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-03-05 03:23:25 +0000 |
commit | dcafba95960685120b1f6d902de623ca10ed6135 (patch) | |
tree | 6261fbf976a8a8797680719a5a6ad921388eeff3 /include/configreader.h | |
parent | b424130196c0c3abfa70a67c299483a76fbaa57e (diff) |
Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs.
Just because they happen to look the same doesn't mean that they
actually are.
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h index d6ac3d93e..d14ab2944 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -439,7 +439,7 @@ class CoreExport ServerConfig */ unsigned int OperMaxChans; - /** TS6-like server ID. + /** Unique server ID. * NOTE: 000...999 are usable for InspIRCd servers. This * makes code simpler. 0AA, 1BB etc with letters are reserved * for services use. |