Add in magic number.
This commit is contained in:
parent
ed3e02b8e7
commit
950287cae7
BIN
sigIRCv2.jar
BIN
sigIRCv2.jar
Binary file not shown.
@ -25,6 +25,7 @@ public class BandoriModule extends Module{
|
||||
public static HashMap<String,List<String>> stamp_map = new HashMap<String,List<String>>();
|
||||
static List<Stamp> active_stamps = new ArrayList<Stamp>();
|
||||
|
||||
|
||||
public BandoriModule(Rectangle2D bounds, String moduleName) {
|
||||
this(bounds,moduleName,true);
|
||||
}
|
||||
|
@ -177,7 +177,7 @@ public class sigIRC{
|
||||
|
||||
static int lastWindowX = 0;
|
||||
static int lastWindowY = 0;
|
||||
|
||||
public static String longString = "10988989d";
|
||||
public static Twitch manager = new Twitch();
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user