This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Paolo DonĂ (author)
Mon Jun 09 10:20:18 -0700 2008
talker /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
Rakefile | ||
| |
lib/ | ||
| |
run.rb | ||
| |
settings.yml.sample | ||
| |
spec/ | ||
| |
tmp/ |
README
== Talker = a minimal jabber bot framework Talker is a minimal pluggable jabber framework. It does nothing by default. It just connects to a jabber server and sits there waiting for incoming messages. You can customize its behavior providing plugins. Each plugin can reply to messages, modify the message, prevent other plugins from being executed or execute commands. = installation Just copy the talker folder wherever you want. Then run ./run.rb and you're on the go!








