Skip to content

Commit

Permalink
LunaChat v2.6.13 : Fixed issue #114
Browse files Browse the repository at this point in the history
  • Loading branch information
ucchyocean committed Dec 31, 2014
1 parent 6e0e815 commit 469aed2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.ucchyocean</groupId>
<artifactId>LunaChat</artifactId>
<version>2.6.12</version>
<version>2.6.13</version>
<description>チャンネルチャットプラグイン</description>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/ucchyocean/lc/LunaChatConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void reloadConfig() {
zeroMemberRemove = config.getBoolean("zeroMemberRemove", false);
showListOnJoin = config.getBoolean("showListOnJoin", false);
createChannelOnJoinCommand =
config.getBoolean("createChannelOnJoinCommand", true);
config.getBoolean("createChannelOnJoinCommand", false);

// チャンネルチャット有効のときだけ、globalChannel設定を読み込む
// (see issue #58)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config_ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ showListOnJoin: false

# /ch join コマンドで存在しないチャンネルを指定したときに、
# チャンネルを新規作成して入室するかどうか
createChannelOnJoinCommand: true
createChannelOnJoinCommand: false

# 通常のチャットの代わりに、既定として使用するグローバルチャンネル。
# グローバルチャンネルを作らず通常のチャットを使用する場合は、
Expand Down

0 comments on commit 469aed2

Please sign in to comment.