From aac4dfc16af6f09a402676f60ee99209af86377a Mon Sep 17 00:00:00 2001 From: neersighted Date: Tue, 28 Feb 2012 01:03:52 -0800 Subject: [PATCH] do i ever stop editing the readme? --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19fdfd7..955bc3a 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ ##CloudBot/DEV ### About -CloudBot is very heavily based on Skybot by rmmh. (https://github.com/rmmh/skybot) +CloudBot is very heavily based on [Skybot](https://github.com/rmmh/skybot) by rmmh. + +CloudBot is meant to be a simple, extendable python IRC bot, with minimal magic. To write your own plugins, vist the [Plugin Wiki Page](http://git.io/cloudbotplugins). + +More at the [wiki](http://git.io/cloudbotwiki). ### Download Get Cloudbot at [git.io/getcloudbot](http://git.io/getcloudbot "CloudBot"). @@ -28,14 +32,15 @@ It will generate a default config for you. Once you have editied the config, ru `python bot.py` -and it will connect to any server(s) you have added to the config. +and it will connect to any server(s) you have added to the config. (Config docs at the [wiki](http://git.io/cloudbotconfig)) ### Requirements CloudBot runs on Python 2.7.x. It is developed on Debian Wheezy/Testing with Python 2.7.2. ### Example CloudBots -The developers of CloudBot run two Cloudbots on [Espernet](http://esper.net) -They can both be found in [#CloudBot](irc://irc.esper.net/cloudbot "Connect via IRC to #CloudBot on irc.esper.net) +The developers of CloudBot run two Cloudbots on [Espernet](http://esper.net). + +They can both be found in [#CloudBot](irc://irc.esper.net/cloudbot "Connect via IRC to #CloudBot on irc.esper.net). **mau5bot** is the stable bot, and runs on the lastest release version of CloudBot. (mau5bot is running on Ubuntu Server Oneric Ocelot/11.10 with Python 2.7.2)