------------------
- Added an ability to use hippybot on self-hosted servers. See hipchat.conf.example for additional parameters.
- Some plugins want to already have bot's parsed config during the initialization, now if the constructor of the plugin class accepts the 'config' parameter the config will be passed a dict.
See hippybot/plugins/threaded_example.py for an example.