}
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)