root/lang/ruby/chokan/trunk/config.yaml.sample @ 374

Revision 283, 1.3 kB (checked in by cho45, 6 years ago)

lang/ruby/chokan,

Move from http://svn.lab.lowreal.net/lowreal/chokan/

Line 
1---
2general:
3  server: charlotte
4  port: 6669
5  user: chokan
6  nick: chokan
7  real: chokan bot via tiarra
8  error: "#chokan"
9  plugin_dir: plugins
10  charset:
11    default: iso-2022-jp
12
13plugins:
14  Core:
15    operator: "cho45.*?!~cho45@.*?hodogaya.kanagawa.ocn.ne.jp"
16
17  Test:
18    disable: false
19
20  UriInformation:
21    accept_scheme:
22      - http
23      - https
24      - ftp
25      - urn
26    http_auth:
27      "hoge.jp":
28        user: hoge
29        pass: hoge
30    modules:
31      - gigazine:
32          - channel: "#chokan"
33            db: /home/cho45/plagger/irc.db
34      - mixi:
35          user: hoge
36          pass: hoge
37      - http
38      - ftp
39      - urn
40
41  Drb:
42    disable: true
43    uri: druby://localhost:5345
44    acl:
45      - deny all
46      - allow 127.0.0.1
47    perms:
48      "#chokan": anonymouse
49      "#foobar":
50        -
51          - cho45
52          - Hatena
53        -
54          - cho45
55          - TypeKey
56
57  SimpleReply:
58    replies:
59      - words:
60         - log
61         - ろぐ
62        # channel を指定しなければすべてのチャンネルで反応する
63        channel:
64         - "#foobar"
65         - "#baz"
66        reply: http://log
67
68  DccCache:
69    dir: /srv/www/lab.lowreal.net/public/tmp/irc
70    base_url: http://lab.lowreal.net/tmp/irc
71    max_size: 500000
72    whole_max_size: 5000000
73
Note: See TracBrowser for help on using the browser.