From 8c3a4a51ff092a0614e6c9a15e4bd53e4877bc48 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 27 Aug 2007 19:56:38 +0000 Subject: Add - this is optional, as stated in the example conf, and should only be set if you are getting collisions. The comment also points out that ids where either of the last two letters are numeric are reserved for services use (e.g. 0ZZ or 5CQ) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7917 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index 4a9720862..b1eb9b263 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -603,6 +603,13 @@ class CoreExport ServerConfig : public Extensible */ unsigned int OperMaxChans; + /** TS6-like server ID. + * NOTE: 000...999 are usable for InspIRCd servers. This + * makes code simpler. 0AA, 1BB etc with letters are reserved + * for services use. + */ + int sid; + /** Construct a new ServerConfig */ ServerConfig(InspIRCd* Instance); -- cgit v1.2.3