de.berlios.suzy
Class Suzy

java.lang.Object
  extended by de.berlios.suzy.Suzy

public class Suzy
extends java.lang.Object

This class is the entrypoint to the ApiBot. It starts the IrcClient and causes the RequestHandler to load the api.

Author:
honk

Constructor Summary
Suzy()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Suzy

public Suzy()
Method Detail

main

public static void main(java.lang.String[] args)
Entry point. Causes the api to be loaded and starts an IrcClient.

Parameters:
args - command line parameters, unused for now