Guest User

Untitled

a guest
Jul 4th, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.57 KB | None | 0 0
  1. import java.sql.Connection;
  2. import java.sql.DriverManager;
  3. import java.sql.SQLException;
  4.  
  5. import org.jibble.pircbot.*;
  6.  
  7.  
  8. public class main extends PircBot {
  9.    
  10.     public Connection conn;
  11.  
  12.     public static String[] owner = {"Jenova", "CabooseA7X"};
  13.     public static String username = "Jenova";
  14.     public static String password = "totallyrealpassword";
  15.     public static String loginbot = "q@cserve.quakenet.org";
  16.     public static void main(String[] args) throws Exception {
  17.         Ross bot = new Ross();
  18.         bot.setVerbose(true);
  19.         bot.connect("irc.rathena.org");
  20.     }
  21. }
Add Comment
Please, Sign In to add comment