diff --git a/config.yml.example b/config.yml.example index c091cce..390c5c8 100644 --- a/config.yml.example +++ b/config.yml.example @@ -31,6 +31,12 @@ servers: # The first char must be a digit [0-9], and the remaining two chars may be letters [A-Z] or digits. sid: "0AL" + # SID range - the range of SIDs PyLink is allowed to use to generate server IDs. On TS6, + # this should be a combination of digits, letters, and #'s. Each # denotes a range (0-9A-Z) + # of characters that can be used by PyLink. You will want to make sure no other servers + # are using this range. There must be at least one # in the entry. + sidrange: "8##" + # Autojoin channels channels: ["#pylink"]