Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
pBlueG committed May 14, 2016
1 parent 9a4c494 commit 67c4366
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The following short instruction will show you how to configure the IRC bot. Once

### Directory hierarchy

- mYsTeRy-v2.0a/
- mYsTeRy-v2.1a/
- /classes/
- /configuration/
- /bots/
Expand Down Expand Up @@ -40,8 +40,6 @@ The following short instruction will show you how to configure the IRC bot. Once





### Network Configuration:

> /configuration/networks/
Expand Down Expand Up @@ -122,3 +120,18 @@ are two ways to identify as administrator:




### PHP extensions

The bot requires various php libraries to work properly. The following list
will show you all required extensions in your PHP configuration file (php.ini).

php_sockets.(so|dll)
php_sqlite3.(so|dll)
php_mysql.(so|dll)
php_pdo_mysql.(so|dll)
php_pdo_sqlite.(so|dll)
php_openssl.(so|dll)



0 comments on commit 67c4366

Please sign in to comment.