Package com.uwyn.drone.modules.logmanagement

Examples of com.uwyn.drone.modules.logmanagement.DatabaseLogs.searchLog()


        }

        SearchResults  search_results = new SearchResults(bot, nick);
        try
        {
          if (!database_log.searchLog(search_results, bot, channel, search))
          {
            bot.send(new Privmsg(nick, "No results for '"+search+"' could be found in channel '"+channel_name+"'."));
          }
        }
        catch (InvalidSearchSyntaxException e)
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.