Rename default option "server" to "hostname"
This commit is contained in:
parent
2a814055fe
commit
99fe78515c
@ -33,7 +33,7 @@ CONFIG_FILENAME = '%s/qweechat.conf' % CONFIG_DIR
|
|||||||
CONFIG_DEFAULT_RELAY_LINES = 50
|
CONFIG_DEFAULT_RELAY_LINES = 50
|
||||||
|
|
||||||
CONFIG_DEFAULT_SECTIONS = ('relay', 'look', 'color')
|
CONFIG_DEFAULT_SECTIONS = ('relay', 'look', 'color')
|
||||||
CONFIG_DEFAULT_OPTIONS = (('relay.server', ''),
|
CONFIG_DEFAULT_OPTIONS = (('relay.hostname', ''),
|
||||||
('relay.port', ''),
|
('relay.port', ''),
|
||||||
('relay.ssl', 'off'),
|
('relay.ssl', 'off'),
|
||||||
('relay.password', ''),
|
('relay.password', ''),
|
||||||
|
Loading…
Reference in New Issue
Block a user