Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kloping committed Dec 6, 2021
1 parent 7bad60e commit 413ea01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/hrs/kloping/HPlugin_AutoReply.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public final class HPlugin_AutoReply extends JavaPlugin {
public static final HPlugin_AutoReply INSTANCE = new HPlugin_AutoReply();

private HPlugin_AutoReply() {
super(new JvmPluginDescriptionBuilder("com.hrs.kloping.h_plugin_AutoReply", "0.3.1")
super(new JvmPluginDescriptionBuilder("com.hrs.kloping.h_plugin_AutoReply", "0.3.2")
.name("自定义回话插件 Author => HRS")
.info("自定义回话插件")
.author("HRS")
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/hrs/kloping/Resource.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public static void loadIllegals() {
illegalKeys.clear();
String ss = FileUtils.getStringFromFile(new File(conf.getRoot(), "conf/auto_reply/illegalKeys").getAbsolutePath());
illegalKeys.addAll(Arrays.asList(ss.split("\\s+")));
illegalKeys.remove("");
}

public static boolean isIllegal(String v) {
Expand Down

0 comments on commit 413ea01

Please sign in to comment.