Package com.quui.chat

Examples of com.quui.chat.Talk


    /**
     * Loads the topics by initializing the Talk-Object
     */
    private void initCoreBot() {
        talk = new Talk(topicFolder, topicFile, wnLocation, logLocation);
    }
View Full Code Here


            e.printStackTrace();
        } catch (IOException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }
        @SuppressWarnings("unused")
        Talk t = new Talk("config", "topics-test.xml", p.getProperty("wn"), p
                .getProperty("log"));
        w = new WordGame();
        super.setUp();
    }
View Full Code Here

TOP

Related Classes of com.quui.chat.Talk

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.