diff --git a/.classpath b/.classpath index e58c6d0..6210409 100644 --- a/.classpath +++ b/.classpath @@ -2,7 +2,7 @@ - + diff --git a/sigIRCv2.jar b/sigIRCv2.jar index 48e335b..4cb8656 100644 Binary files a/sigIRCv2.jar and b/sigIRCv2.jar differ diff --git a/src/sig/modules/BandoriModule.java b/src/sig/modules/BandoriModule.java index 123cb83..5da045d 100644 --- a/src/sig/modules/BandoriModule.java +++ b/src/sig/modules/BandoriModule.java @@ -149,7 +149,7 @@ public class BandoriModule extends Module{ stamp_map.put("eve_thefruits",Arrays.asList("fruits","labor","hardwork","effort")); stamp_map.put("lisa_imnotready",Arrays.asList("notready","notprep","stopit","holdon","onemin","onemom","noread","wontberead","notrdy","nottime","notime","waitam","waitforme")); - for (String s : image_map.keySet()) { + /*for (String s : image_map.keySet()) { ImageScheme scheme = image_map.get(s); try { BufferedImage img = crop(scheme.base,scheme.stamp_index%6*270+4, scheme.stamp_index/6*223+3, 258, 214); @@ -157,7 +157,7 @@ public class BandoriModule extends Module{ } catch (IOException e) { e.printStackTrace(); } - } + }*/ } public BufferedImage crop(BufferedImage img, int x, int y, int targetWidth, int targetHeight) throws IOException {