From 712439932ce9ac04fa6354cd4603046232121974 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Tue, 9 Jun 2015 17:51:57 +0300 Subject: Added twitting messages --- Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index 7ab7a51..157b524 100644 --- a/Kconfig +++ b/Kconfig @@ -15,6 +15,9 @@ menuconfig TWIT default n if TWIT + config TWIT_DEFAULT_FILE + string "Default file location" + default "twit/twit.txt" endif menuconfig DOORGAMES @@ -44,7 +47,7 @@ menuconfig LOGIN if LOGIN config USER_DEFAULT_DIR string "Defaul user data directory" - default "./users/" + default "./users" endif menuconfig ARTICLES -- cgit v1.2.3