public
Description: a minimal jabber bot framework
Homepage: http://paolodona.com
Clone URL: git://github.com/paolodona/talker.git
Paolo DonĂ  (author)
Mon Jun 09 10:20:18 -0700 2008
commit  004f2b9f1d4dabb35a8bf63c1c06a4cdf3a8e7f3
tree    54a2a4d08cb9bee064f9aa7131d64905889173fa
parent  3211b46eb11305385ecb2b1f7fd5c690ffe00839
talker / settings.yml.sample
100644 12 lines (12 sloc) 0.205 kb
1
2
3
4
5
6
7
8
9
10
11
12
---
user: your-bot-account@gmail.com
subscribers:
- foo@gmail.com
- bar@gmail.com
- moo@gmail.com
server: talk.google.com
password: your-bot-password
verbose: true
plugins:
  - echo
  - system