org.retro.gis
Class SpiritParentMain
java.lang.Object
org.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
|
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 |
SpiritParentMain
public SpiritParentMain()
main
public static void main(java.lang.String[] args)