public
Description: An extensible bot for the Campfire web-based chat system #crc
Homepage:
Clone URL: git://github.com/timriley/campfire-bot.git
campfire-bot / config.example.yml
100644 43 lines (42 sloc) 0.976 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
development:
  site: campfire_subdomain_name
  use_ssl: true
  rooms:
  - Main room
  - Other room
  username: foo@bar.com
  nickname: Bot Name
  password: password
  twitter_feed: 'http://search.twitter.com/search.atom?q=from%3Atimriley+OR+from%3Ahughevans+OR+from%3Aschlick+OR+from%3Aseanodowd'
  twitter_hide_replies: false
  disable_plugins:
    - bugzilla
    - jira
    - infobot
    - insult
    - signal_filter
    - twitter_echo
    - basecamp
    - unfuddle
production:
  site: campfire_subdomain_name
  use_ssl: true
  rooms:
  - Company Chat
  username: foo@bar.com
  nickname: Bot Name
  password: password
  twitter_feed: 'http://search.twitter.com/search.atom?q=from%3Atimriley+OR+from%3Ahughevans+OR+from%3Aschlick+OR+from%3Aseanodowd'
  twitter_hide_replies: false
  disable_plugins:
    - bugzilla
    - jira
    - infobot
    - insult
    - signal_filter
    - twitter_echo
    - basecamp
    - unfuddle
    - xkcd
  svn_urls:
    - http://your.svn/url/