Skip to content

Commit

Permalink
add default value for timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
tzerk authored and tzerk committed Mar 2, 2017
1 parent 1ccdd5e commit 3fbd6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func Read_Settings(ex string) (config Config, err error) {
"token: \r\n" +
"botid: \r\n" +
"chatid: \r\n" +
"timestamp: \r\n" +
"timestamp: true\r\n" +
"message: BDO disconnected \r\n" +
"\r\n" +
"## Program Settings\r\n" +
Expand Down

0 comments on commit 3fbd6f4

Please sign in to comment.