mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-26 04:32:51 +01:00
example conf: remove unused sidrange option
This commit is contained in:
parent
8a134aadc5
commit
d533ce3d28
@ -31,12 +31,6 @@ 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"]
|
||||||
protocol: "inspircd"
|
protocol: "inspircd"
|
||||||
|
Loading…
Reference in New Issue
Block a user