Examples of TumblrApplet


Examples of com.brewtab.ircbot.applets.TumblrApplet

        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");
        appletsListener.registerApplet(new SpellApplet(), "sp", "spell");
        appletsListener.registerApplet(new EightBallApplet(), "8ball");
        appletsListener.registerApplet(new UrbanDictionaryApplet(), "urban");
        appletsListener.registerApplet(new GoogleSuggestsApplet(), "gs");
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.