readme update

master
Dmitry Isaenko 2019-04-22 01:52:57 +03:00
parent 90c4056a35
commit 80ea20b94d
1 changed files with 1 additions and 1 deletions

View File

@ -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.