3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 11:39:25 +01:00

Merge branch 'master' into devel

This commit is contained in:
James Lu 2016-08-02 21:11:00 -07:00
commit 592ae4053e

View File

@ -76,7 +76,7 @@ servers:
# characters long. # characters long.
# The first char must be a digit [0-9], and the remaining two chars may # The first char must be a digit [0-9], and the remaining two chars may
# be either uppercase letters [A-Z] or digits. # be either uppercase letters [A-Z] or digits.
sid: "0AL" sid: "0PY"
# SID range - the range of SIDs PyLink is allowed to use to generate # 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, # server IDs. On TS6, this should be a combination of digits, letters,
@ -86,8 +86,8 @@ servers:
# There must be at least one # in the entry. # There must be at least one # in the entry.
sidrange: "8##" sidrange: "8##"
# Autojoin channels. Leave this as an empty list or remove the key if # Autojoin channels. Comment this line out if you don't want service bots
# you don't want to have service bots join any channels by default. # tojoin any channels by default.
channels: ["#pylink"] channels: ["#pylink"]
# Sets the protocol module to use - see the protocols/ folder for a list # Sets the protocol module to use - see the protocols/ folder for a list