From ce9da7484c2b3cbe0be503430d15156892fbce1a Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 26 Sep 2020 23:46:46 +0200 Subject: [PATCH] Updated example config --- config.example | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/config.example b/config.example index e90b253..a2b7762 100644 --- a/config.example +++ b/config.example @@ -2,7 +2,34 @@ "servers" : { "dserv" : { "address" : "127.0.0.1", - "port" : "7777" + "port" : "7777", + "auth" : { + "username" : "deavmi", + "password" : "caskdUsesMusl" + }, + "channels" : [ + "general", + "programming", + "japanese-tenticle-porn", + "narga_h", + "java", + "d", + "alan", + "mypeepeeishard", + "bababooey", + "i'll", + "have", + "two", + "number", + "nines", + "a", + "number nine large", + "two with cheese", + "one with extra dip", + "to number 45s", + "and a large", + "soda" + ] } } } \ No newline at end of file