diff --git a/BandoriBot/BandoriBot.jar b/BandoriBot/BandoriBot.jar index a92f095..1b4bdb9 100644 Binary files a/BandoriBot/BandoriBot.jar and b/BandoriBot/BandoriBot.jar differ diff --git a/BandoriBot/src/sig/BandoriBot.java b/BandoriBot/src/sig/BandoriBot.java index 7218da0..875ee97 100644 --- a/BandoriBot/src/sig/BandoriBot.java +++ b/BandoriBot/src/sig/BandoriBot.java @@ -237,9 +237,9 @@ public class BandoriBot extends ListenerAdapter{ stamp_map.put("kaoru_fleeting",Arrays.asList("fleeting")); stamp_map.put("aya_fever",Arrays.asList("fever","ayay")); stamp_map.put("hagumi_smileyay",Arrays.asList("smileyay","yay!")); - stamp_map.put("kanon_fuee",Arrays.asList("fue","waa","reee")); + stamp_map.put("kanon_fuee",Arrays.asList("fuu","fue","waa","reee")); stamp_map.put("misaki_ready",Arrays.asList("amready","beenready","ready!")); - stamp_map.put("hina_fullcombo",Arrays.asList("fcd","fullcombo","nomiss","allperfect","notasinglemiss","thefc","anfc","fullperfect")); + stamp_map.put("hina_fullcombo",Arrays.asList("fcd","fullcombo","nomiss","allperfect","notasinglemiss","thefc","anfc","fullperfect","easyfc","ezfc")); stamp_map.put("chisato_planned",Arrays.asList("justasplanned","allplanned","calculated","thatcoming")); stamp_map.put("maya_huhehe",Arrays.asList("hehe","huehe","huehue","shuwashuwa")); stamp_map.put("eve_bushido",Arrays.asList("bushido")); @@ -268,7 +268,7 @@ public class BandoriBot extends ListenerAdapter{ stamp_map.put("moca_thisisgettinginteresting",Arrays.asList("gettinginteresting","thingsaregetting","thisisgetting")); stamp_map.put("kaoru_takemyhand",Arrays.asList("takemyhand","allowmeto","demonstrate","romeo")); stamp_map.put("kokoro_letsmaketheworldsmile",Arrays.asList("hhw","happyworld","hellohappy","worldsmile")); - stamp_map.put("hina_nowwereboppin",Arrays.asList("bop","nowwere")); + stamp_map.put("hina_nowwereboppin",Arrays.asList("bop","nowwere","zap")); } public static void checkForStamp(MessageChannel channel, String user,String message) {