Examples of WundergroundApplet


Examples of com.brewtab.ircbot.applets.WundergroundApplet

    private void initApplets() {
        appletsListener.registerApplet(new GroupHugApplet(), "gh", "grouphug");
        appletsListener.registerApplet(new TextsFromLastNightApplet(), "tfln", "texts");
        appletsListener.registerApplet(new CalcApplet(), "m", "math", "calc");
        appletsListener.registerApplet(new WundergroundApplet(properties, wundergroundApiKey), "w", "weather");
        appletsListener.registerApplet(new StatsApplet(logger), "last", "bored", "tired", "search");
        appletsListener.registerApplet(new BashApplet(), "bash");
        appletsListener.registerApplet(new WikiApplet(), "wiki");
        appletsListener.registerApplet(new TumblrApplet(), "tumblr");
        appletsListener.registerApplet(new WolframAlphaApplet(wolframAlphaApiKey), "a", "alpha");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.