From 7f57f3c8caeb450bea3b3343f65312d5496d149b Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 1 Aug 2013 19:19:42 +1200 Subject: [PATCH 1/3] Update for new config --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32b031d..906ead3 100755 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ If you are unable to use pip, there are Windows installers for LXML available fo ### Run -Once you have installed the required dependencies, you can run the bot! Make sure you are in the correct folder and run the following command: +Before you run the bot, rename `config.default` to `config` and edit it with your preferred settings. + +Once you have installed the required dependencies and renamed the config file, you can run the bot! Make sure you are in the correct folder and run the following command: `python bot.py` -The first time you run the bot it will generate the config file. The next time you run it, it will start normally. - On Windows you can usually just double-click `bot.py` to start the bot, as long as you have Python installed correctly. ## Getting help with CloudBot From 20c33f02d5a7b67582e17617f4bef54f6eba3324 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 1 Aug 2013 19:20:53 +1200 Subject: [PATCH 2/3] Update config.default --- config.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.default b/config.default index e44fdd7..101b10b 100644 --- a/config.default +++ b/config.default @@ -35,8 +35,8 @@ "moderators": ["addfactoid", "delfactoid", "ignore"] }, "permission_users": { - "admins": ["example!user@example.com"], - "moderators": ["exampleb!user@example.com"] + "admins": ["examplea!user@example.com", "exampleb!user@example.com"], + "moderators": ["examplec!user@example.com"] }, plugins": { From afff36b19075c35f3fc195b9f86c3e0f242475e1 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 1 Aug 2013 19:22:05 +1200 Subject: [PATCH 3/3] Update config.default --- config.default | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.default b/config.default index 101b10b..d40bcc0 100644 --- a/config.default +++ b/config.default @@ -1,14 +1,14 @@ { "connections": { - "EsperNet": + "esper": { "server": "irc.esper.net", - "nick": "MyNewCloudBot", + "nick": "MyCloudBot", "user": "cloudbot", "realname": "CloudBot - http://git.io/cloudbotirc", "nickserv_password": "", - "channels": ["#cloudbot"], + "channels": ["#cloudbot", "#cloudbot2"], "invite_join": true, "auto_rejoin": false, "command_prefix": "."