|
Revision 883, 0.8 kB
(checked in by tokuhirom, 6 years ago)
|
|
lang/perl/mobirc: implemented keyword support, likes limechat ;-) idea from id:miyagawa++
|
| Line | |
|---|
| 1 | --- |
|---|
| 2 | # global: |
|---|
| 3 | # assets_dir: /usr/local/share/mobirc/assets |
|---|
| 4 | # pid_fname: /vat/run/mobirc-sample.pid |
|---|
| 5 | # keywords: |
|---|
| 6 | # - tokuhirom |
|---|
| 7 | # - mogera |
|---|
| 8 | |
|---|
| 9 | irc: |
|---|
| 10 | server: 127.0.0.1 |
|---|
| 11 | port: 252322 |
|---|
| 12 | nick: netwatcher |
|---|
| 13 | desc: Net Watcher |
|---|
| 14 | username: netwatcher |
|---|
| 15 | # password: netwatch |
|---|
| 16 | incode: utf-8 |
|---|
| 17 | |
|---|
| 18 | httpd: |
|---|
| 19 | port: 5785 |
|---|
| 20 | title: mobirc |
|---|
| 21 | lines: 40 |
|---|
| 22 | cookie_expires: +3d |
|---|
| 23 | use_cookie: 1 |
|---|
| 24 | authorizer: |
|---|
| 25 | - module: Mobirc::HTTPD::Authorizer::Cookie |
|---|
| 26 | config: |
|---|
| 27 | username: netwatcher |
|---|
| 28 | password: 1152 |
|---|
| 29 | - module: Mobirc::HTTPD::Authorizer::BasicAuth |
|---|
| 30 | config: |
|---|
| 31 | username: netwatcher |
|---|
| 32 | password: 0721 |
|---|
| 33 | # - module: Mobirc::HTTPD::Authorizer::EZSubscriberID |
|---|
| 34 | # config: |
|---|
| 35 | # au_subscriber_id: 25253252_oe.ezweb.ne.jp |
|---|
| 36 | # charset: cp932 |
|---|
| 37 | # root: / |
|---|
| 38 | # content_type: text/html; charset=Shift_JIS |
|---|
| 39 | # au_pcsv: 1 |
|---|
| 40 | |
|---|