From b9b00a57f44be918ebe7e4de00364fc06227a760 Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Sun, 16 Dec 2018 17:32:51 +0300 Subject: [PATCH] Add License --- src/LICENSE => LICENSE | 0 src/InnaIrcBot/README.md | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename src/LICENSE => LICENSE (100%) diff --git a/src/LICENSE b/LICENSE similarity index 100% rename from src/LICENSE rename to LICENSE diff --git a/src/InnaIrcBot/README.md b/src/InnaIrcBot/README.md index d54cf27..491c846 100644 --- a/src/InnaIrcBot/README.md +++ b/src/InnaIrcBot/README.md @@ -2,13 +2,13 @@ Another one IRC bot in deep beta. -##Usage +## Usage ` -c, --configuration [ ...] Read Config` ` -g, --generate [name.config] Generate Config` ` -v, --version Get application version` -####Configuration settings +#### Configuration settings "userNickAuthStyle": "rusnet" or "freenode" * rusnet - send '/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. * 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. Used libraries: