diff options
author | Fbenas <philbeansburton@gmail.com> | 2014-05-15 13:40:10 +0100 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2014-05-15 13:40:10 +0100 |
commit | 3e56e34751f3cbbae8244a1a212f06c9b54db0a4 (patch) | |
tree | 03b24ff40152d3d6ceb651fe67d56ca17b352d48 /Readme.txt | |
parent | ad39a04741b890c83ef9e3690ebfb36ea0bf46f0 (diff) |
changed readme, adding a Requirements section to include php requirements
Diffstat (limited to 'Readme.txt')
-rw-r--r-- | Readme.txt | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,13 +1,13 @@ Beansbot +Requirements +1. PHP installed with the sockets module included. +2. Registered to the IRC server + +Set-up 1. Create a Client.ini file that has the required details to connect to an IRC server. See Client.ini file for examples. - 2. Create a Blatech.ini file that has the commands that you wish to be able to run. See Blatech.ini for examples. - -3. You may need to register on the IRC server first, using the details you add to Client.ini - -4. To Run the bot use 'php Client.php' - -5. Any issues please report them; http://blatech.co.uk/FBeans/beansbot +3. To Run the bot use 'php Client.php' +4. Any issues please report them; http://blatech.co.uk/FBeans/beansbot |