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: