From bf3373df88a4714d74394e65d6b8fce15c28c6bf Mon Sep 17 00:00:00 2001 From: Daniel Diaz Date: Sat, 15 Nov 2014 16:45:30 -0800 Subject: [PATCH 1/2] Compatiblity information for the docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e67e395..63b50f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## What is this? -oh-irc-bot (or "WelcomeBot", its IRC nick) is a bot for welcoming people into the #openhatch irc channel +oh-irc-bot (or "WelcomeBot", its IRC nick) is a bot for welcoming people into the #openhatch irc channel when no one is paying attention. The goals are to: 1. alert community members when someone new enters the room and says hello (either by using their nick @@ -21,6 +21,7 @@ The repository also contains test_bot.py, which is a set of automat There are also some miscellaneous files that you can ignore for now. We'll clean them up eventually. :) ## Setting up +Currently, the bot is only compatibility with Python 2.x. To run the bot: From a5c88c5b790452e9ee92a9f72649544819dd10df Mon Sep 17 00:00:00 2001 From: Daniel Diaz Date: Sat, 15 Nov 2014 16:55:33 -0800 Subject: [PATCH 2/2] Fix typo on docs update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63b50f9..04f94f4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The repository also contains test_bot.py, which is a set of automat There are also some miscellaneous files that you can ignore for now. We'll clean them up eventually. :) ## Setting up -Currently, the bot is only compatibility with Python 2.x. +Currently, the bot is only compatible up to Python 2.7. To run the bot: