mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
Revert "example conf: remove unused sidrange option"
This reverts commit d533ce3d28
.
This commit is contained in:
parent
713ba1469b
commit
8f09c35672
@ -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.
|
# The first char must be a digit [0-9], and the remaining two chars may be letters [A-Z] or digits.
|
||||||
sid: "0AL"
|
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
|
# Autojoin channels
|
||||||
channels: ["#pylink"]
|
channels: ["#pylink"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user