Add License

master
Dmitry Isaenko 2018-12-16 17:32:51 +03:00
parent ba0108d139
commit b9b00a57f4
2 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
Another one IRC bot in deep beta. Another one IRC bot in deep beta.
##Usage ## Usage
` -c, --configuration <name.config> [<name1.config> ...] Read Config` ` -c, --configuration <name.config> [<name1.config> ...] Read Config`
` -g, --generate [name.config] Generate Config` ` -g, --generate [name.config] Generate Config`
` -v, --version Get application version` ` -v, --version Get application version`
####Configuration settings #### Configuration settings
"userNickAuthStyle": "rusnet" or "freenode" "userNickAuthStyle": "rusnet" or "freenode"
* rusnet - send '/nickserv IDENTIFY mySecretPass' * rusnet - send '/nickserv IDENTIFY mySecretPass'
* freenode - send '/msg nickserv IDENTIFY mySecretPass' * freenode - send '/msg nickserv IDENTIFY mySecretPass'
@ -17,7 +17,7 @@ Another one IRC bot in deep beta.
* Files - log everything to files using /yourPathSet/serverName/#chanelName_YYYY-MM-DD.txt format. * 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. * SQLite - use /yourPathSet/server.db (or /yourPathSet/yourFileName.db) sqlite file.
##License ## License
Source code spreads under the GNU General Public License v3 or higher. Please see LICENSE file. Source code spreads under the GNU General Public License v3 or higher. Please see LICENSE file.
Used libraries: Used libraries: