-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
設定ファイルを IRC/Discord 用それぞれに分離する #152
Conversation
ついでに README 掲載順に並べ替えた
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
さっそくありがとうございます。
READMEの文章をより分かりやすくできそうでしたので、案を見ていただければ幸いです。
あと、IRCボットおよびDiscordボットのデフォルト設定IDも変えた方がいいかもしれないと思いました。それぞれ以下の部分を irc
と discord
に変更すると、起動時の -c
オプションを省略できて楽そうです:
Lines 169 to 172 in 354f52a
default_options = { | |
config_id: 'rgrb', | |
log_level: :warn | |
} |
rgrb/lib/rgrb/exec/discord_bot.rb
Lines 164 to 166 in 354f52a
default_options = { | |
config_id: 'rgrb' | |
} |
確認ありがとうございます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OKです!
fix #151
設定ファイル rgrb.yaml を IRC 用の設定ファイルとして名前を変更し、Discord 関係の内容を削除した。