Remove connection call to Bandori.party/api
This commit is contained in:
parent
df9194297b
commit
e2412fd801
BIN
sigIRCv2.jar
BIN
sigIRCv2.jar
Binary file not shown.
@ -271,11 +271,11 @@ public class sigIRC{
|
|||||||
//System.out.println(manager.auth().hasAccessToken());
|
//System.out.println(manager.auth().hasAccessToken());
|
||||||
|
|
||||||
DownloadAllRequiredDependencies();
|
DownloadAllRequiredDependencies();
|
||||||
try {
|
/*try {
|
||||||
org.apache.commons.io.FileUtils.copyURLToFile(new URL("https://bandori.party/api/"),new File("testing"));
|
org.apache.commons.io.FileUtils.copyURLToFile(new URL("https://bandori.party/api/"),new File("testing"));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}*/
|
||||||
|
|
||||||
String[] filedata = FileUtils.readFromFile(BASEDIR+"sigIRC/oauthToken.txt");
|
String[] filedata = FileUtils.readFromFile(BASEDIR+"sigIRC/oauthToken.txt");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user