From 80ea20b94de44b48fbb3f1c81706b4dad944115f Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Mon, 22 Apr 2019 01:52:57 +0300 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97b30fe..3015c0d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Another one IRC bot in deep-deep beta. * rusnet - send '/nickserv IDENTIFY mySecretPass' * freenode - send '/msg nickserv IDENTIFY mySecretPass' -"logDriver" could be "Files", "SQLite" or "Zero" +"logDriver" could be "Files", "SQLite", "MongoDB" or "Zero" * Files - log everything to files using /yourPathSet/serverName/#chanelName_YYYY-MM-DD.txt format. * SQLite - use /yourPathSet/server.db (or /yourPathSet/yourFileName.db) sqlite file. * MongoDB - write files to MongoDB. See ConfigurationExamples folder.