News:

Facebook killed the radio star. And by radio star, I mean the premise of distributed forums around the internet. And that got got by Instagram/SnapChat. And that got got by TikTok. Where the fuck is the internet we once knew?

Main Menu

Yet Another JoeBot

Started by Joe, February 25, 2005, 06:21:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joe

This time, its in Java. Seeing as how all the source is going to get out in asking for help anyway, this is going to be open source from the start.


Main.java
// Created on Feb 25, 2005
// @author JoeTheOdd

package Bot;
import util.Constants;

public class Main {
public static void main(String[] args)
{
// Display "loaded" message
System.out.println("JoeBot " + version + " loaded.");;
}
}


Constants.java
// Created on Feb 25, 2005
// @author JoeTheOdd

package util;

public class Constants
{
// Version Number
public static String version = "0.1";

// VB Declarations. :(
public static String vbNullString = "";

// Packet ID's
public static int SID_NULL = 0x00;
public static int SID_AUTH_INFO = 0x50;
public static int SID_AUTH_CHECK = 0x51;
}
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


Newby

- Newby
http://www.x86labs.org

Quote[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

Quote from: Rule on June 30, 2008, 01:13:20 PM
Quote from: CrAz3D on June 30, 2008, 10:38:22 AM
I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Joe

Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


Joe

Omg help! String version cannot be resolved! (The loaded message in Class Main.java)
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.