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