2930313233343536373839
bulletinHandlers.add(new LoggerBulletinHandler()); if(bot != null){ bulletinHandlers.add(bot); } bulletinHandlers.add(new TwitterBulletinHandler()); } catch (ConfigurationIncompleteError e){ LOGGER.warn(e.getMessage()); } }