|
Revision 5980, 1.4 kB
(checked in by tokuhirom, 5 years ago)
|
|
merge
|
| 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 | |
|---|
| 9 | plugin: |
|---|
| 10 | - module: App::Mobirc::Plugin::HTMLFilter::DoCoMoCSS |
|---|
| 11 | - module: App::Mobirc::Plugin::IRCCommand::TiarraLog |
|---|
| 12 | - module: App::Mobirc::Plugin::Authorizer::Cookie |
|---|
| 13 | config: |
|---|
| 14 | password: 1152 |
|---|
| 15 | - module: App::Mobirc::Plugin::Authorizer::BasicAuth |
|---|
| 16 | config: |
|---|
| 17 | username: netwatcher |
|---|
| 18 | password: 0721 |
|---|
| 19 | # - module: App::Mobirc::Plugin::Authorizer::EZSubscriberID |
|---|
| 20 | # config: |
|---|
| 21 | # au_subscriber_id: 25253252_oe.ezweb.ne.jp |
|---|
| 22 | - module: App::Mobirc::Plugin::HTMLFilter::ConvertPictograms |
|---|
| 23 | - module: App::Mobirc::Plugin::MessageBodyFilter::Clickable |
|---|
| 24 | config: |
|---|
| 25 | au_pcsv: 0 |
|---|
| 26 | pocket_hatena: 1 |
|---|
| 27 | # http_link_string: $host$path |
|---|
| 28 | # accept_schemes: [mailto, tel] |
|---|
| 29 | # redirector: http://www.google.com/url?sa=D&q= |
|---|
| 30 | - module: App::Mobirc::Plugin::MessageBodyFilter::IRCColor |
|---|
| 31 | config: |
|---|
| 32 | # no_decorate: 0 |
|---|
| 33 | |
|---|
| 34 | - module: App::Mobirc::Plugin::Component::IRCClient |
|---|
| 35 | config: |
|---|
| 36 | server: 127.0.0.1 |
|---|
| 37 | port: 252322 |
|---|
| 38 | nick: netwatcher |
|---|
| 39 | desc: Net Watcher |
|---|
| 40 | username: netwatcher |
|---|
| 41 | # password: netwatch |
|---|
| 42 | incode: utf-8 |
|---|
| 43 | |
|---|
| 44 | httpd: |
|---|
| 45 | port: 5785 |
|---|
| 46 | title: mobirc |
|---|
| 47 | lines: 40 |
|---|
| 48 | # recent_log_per_page: 40 |
|---|
| 49 | # charset: cp932 |
|---|
| 50 | # root: / |
|---|
| 51 | # content_type: text/html; charset=Shift_JIS |
|---|
| 52 | |
|---|