Skip to content

Commit

Permalink
ServerConnectionReport: ドキュメントの表現を修正
Browse files Browse the repository at this point in the history
refs #50
  • Loading branch information
ochaochaocha3 committed Jun 21, 2015
1 parent 1839686 commit 194205e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/plugins/server_connection_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ IRC サーバの接続状態の変化を報告するプラグインです。お

```yaml
Plugins:
- ServerConnectionReport::NgIRCd
- ServerConnectionReport::Ngircd
- ServerConnectionReport::Charybdis
- ServerConnectionReport::AthemeServices
```

以下で説明する、サーバの接続状態を報告するチャンネル( ChannelsToSend の設定値)に JOIN しておかなければ、 IRC サーバにはじかれてプラグインが動作しないことがあります
以下で説明する、サーバの接続状態を報告するチャンネル(設定項目 `ChannelsToSend` で設定します)に JOIN しておかなければ、IRC サーバに発言が拒否されてプラグインが動作しないことがあります


```yaml
Expand All @@ -26,7 +26,7 @@ IRCBot:
- '#cre'
```

もしくは報告先のチャンネルのモードに +n(チャンネルに入っていないクライアントからの発言を拒否する) を設定しないようにしておくことでこの設定をしなくても動作させることが可能ですが、全く関係ないスパムの侵入を許すことにつながりかねないため、お勧めしません
報告先チャンネルのモードに +nチャンネルに入っていないクライアントからの発言を拒否する)を設定しないことでも動作可能となりますが、スパムメッセージを許すことにつながりかねないため、推奨されません

IRC デーモンごとの動作・設定
----------------------------
Expand Down

0 comments on commit 194205e

Please sign in to comment.