Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 910 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 910 Bytes

Hubot

Hubot is a chat bot, modeled after GitHub's Campfire bot, hubot. He's pretty cool. He's extendable with community scripts and your own custom scripts, and can work on many different chat services.

This repository provides a library that's distributed by npm that you use for building your own bots. See the docs/README.md for details on getting up and running with your very own robot friend.

In most cases, you'll probably never have to hack on this repo directly if you are building your own bot. But if you do, check out CONTRIBUTING.md

Fork Specifics

This fork aims to add support for nested commands, through a syntax like Bash subshells $(), brackets [], or even pipes |.

License

Copyright (c) 2011-2013 GitHub, Inc. See the LICENSE file for license rights and limitations (MIT).