Package aibo.ircnetwork

Examples of aibo.ircnetwork.IrcNetwork


    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();
View Full Code Here

TOP

Related Classes of aibo.ircnetwork.IrcNetwork

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.