Wrong default values in config #28

Closed
opened 2022-08-30 05:56:50 -05:00 by Miepee · 1 comment
tls = true # OPTIONAL: DEFAULT: false
mode = "+B" # OPTIONAL: DEFAULT: none

In this sample config, tls and mode default to true and +B. However, the comments next to it suggest that they default to false and none.

``` tls = true # OPTIONAL: DEFAULT: false mode = "+B" # OPTIONAL: DEFAULT: none ``` In this sample config, tls and mode default to true and +B. However, the comments next to it suggest that they default to false and none.
Owner

The values in the config are the recommended values, not the default values.

The values in the config are the *recommended* values, not the default values.
karx closed this issue 2022-09-19 08:48:00 -05:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: karx/dircord#28
No description provided.