public AIBO() {
AIBO.startDateTime = new GregorianCalendar();
this.setUpDatabase();
this.ircNetwork = new IrcNetwork(
Configuration.get("IrcConnection.host").split(" "),
Integer.parseInt(Configuration.get("IrcConnection.port")),
this);
this.setIrcMessageSender();