root/lang/perl/mobirc/trunk/config.yaml.sample @ 12459

Revision 7461, 1.6 kB (checked in by hirose31, 5 years ago)

_process_whoを分離。
完全一致じゃなくて前方一致に変更。
assetsとconfig.yaml.sampleも変更。

s/jfavorite/initialJ/g

add groups test

Line 
1---
2# global:
3#   assets_dir: /usr/local/share/mobirc/assets
4#   pid_fname: /var/run/mobirc-sample.pid
5#   keywords:
6#     - tokuhirom
7#     - mogera
8#   stopwords:
9#     - tokuhirom31
10
11plugin:
12  - module: App::Mobirc::Plugin::HTMLFilter::DoCoMoCSS
13  - module: App::Mobirc::Plugin::IRCCommand::TiarraLog
14  - module: App::Mobirc::Plugin::Authorizer::Cookie
15    config:
16      password: 1152
17  - module: App::Mobirc::Plugin::Authorizer::BasicAuth
18    config:
19      username: netwatcher
20      password: 0721
21  # - module: App::Mobirc::Plugin::Authorizer::EZSubscriberID
22  #   config:
23  #     au_subscriber_id: 25253252_oe.ezweb.ne.jp
24  - module: App::Mobirc::Plugin::HTMLFilter::ConvertPictograms
25  - module: App::Mobirc::Plugin::MessageBodyFilter::Clickable
26    config:
27      au_pcsv: 0
28      pocket_hatena: 1
29      # http_link_string: $host$path
30      # accept_schemes: [mailto, tel]
31      # redirector: http://www.google.com/url?sa=D&q=
32  - module: App::Mobirc::Plugin::MessageBodyFilter::IRCColor
33    config:
34      # no_decorate: 0
35
36  - module: App::Mobirc::Plugin::Component::IRCClient
37    config:
38
39      server: 127.0.0.1
40      port: 252322
41      nick: netwatcher
42      desc: Net Watcher
43      username: netwatcher
44      # password: netwatch
45      incode: utf-8
46      groups:
47        subtech:
48          - tokuhir
49          - miyagawa
50          - takesako
51          - yappo
52        initialJ:
53          - jknaoya
54          - jkondo
55          - jagayama
56
57  # - module: App::Mobirc::Plugin::DocRoot
58  #   config:
59  #     root: /foo/
60
61httpd:
62  port: 5785
63  title: mobirc
64  lines: 40
65  # root: /
66  # recent_log_per_page: 40
67  # charset: cp932
68  # content_type: text/html; charset=Shift_JIS
69
Note: See TracBrowser for help on using the browser.