org.retro.gis
Class SpiritParentMain

java.lang.Object
  extended byorg.retro.gis.SpiritParentMain

public class SpiritParentMain
extends java.lang.Object

This class contains the main entry point for the bot application, If a bot module is found through the configuration file, two bots are launched, the parent and the child, commands are sent to the parent, the child handles normal communication.

Shutdown hooks have been added to shutdown the system properly, you can also shutdown this application through sending commands to the parent bot, for example, 'exit'.

See Also:
SpiritParentBot, PircBot, WorkBot, PircBotInterface, ConfigReader

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

Constructor Detail

SpiritParentMain

public SpiritParentMain()
Method Detail

main

public static void main(java.lang.String[] args)