All pastes #2104236 Raw Edit

Stuff

public java v1 · immutable
#2104236 ·published 2012-01-20 02:20 UTC
rendered paste body
import org.jibble.pircbot.*;public class main extends PircBot {	public static String owner = "Jenova";	public static void main(String[] args) throws Exception {        Ross bot = new Ross( );               bot.setVerbose(true);        bot.connect("irc.quakenet.org");	}}