-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathirc.yaml
64 lines (54 loc) · 1.29 KB
/
irc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# IRC ボットの設定
IRCBot:
# 接続する IRC サーバーのホスト名
Host: irc.example.net
# 接続するポート
Port: 6667
# パスワード。必要なければ null
Password: pa$$word
# エンコーディング
Encoding: UTF-8
# ニックネーム
Nick: rgrb_cinch
# 接続時のユーザー名
User: rgrb
# リアルネーム
RealName: 汎用ボット RGRB
# JOIN するチャンネルの一覧
Channels:
- ''
# QUIT メッセージ
# 空文字列にすると、"Caught <signal>" が設定される
QuitMessage: 'bye'
# 使用するプラグインを列挙する。大文字小文字を区別するので注意
Plugins:
- DiceRoll
- RandomGenerator
- Trpg::Detatoko
- Bcdice
- Keyword
- OnlineSessionSearch
- UrlFetchTitle
- CreBotHelp
- ServerConnectionReport::Charybdis
- Part
- KickBack
- Invite
- Jihou
- Ctcp
- FetchNewsWordpressApi
# 取り込む設定の ID を列挙する
# 設定ファイルは config/ 以下に配置する
# 設定 ID は config/ を基準とした相対パスから拡張子を除いたもの
Include:
- dice_roll
- random_generator
- keyword
- url_fetch_title
- server_connection_report/charybdis
- part
- kick_back
- invite
- jihou
- ctcp
- fetch_news_wordpress_api