Cleverbot reenabled

This commit is contained in:
Kwoth 2017-01-06 21:56:47 +01:00
parent 22bad86d37
commit beda2bf83c

View File

@ -123,7 +123,6 @@ namespace NadekoBot.Services
return; return;
} }
#if !GLOBAL_NADEKO
try try
{ {
var cleverbotExecuted = await Games.CleverBotCommands.TryAsk(usrMsg); var cleverbotExecuted = await Games.CleverBotCommands.TryAsk(usrMsg);
@ -138,7 +137,7 @@ namespace NadekoBot.Services
} }
} }
catch (Exception ex) { _log.Warn(ex, "Error in cleverbot"); } catch (Exception ex) { _log.Warn(ex, "Error in cleverbot"); }
#endif
try try
{ {
// maybe this message is a custom reaction // maybe this message is a custom reaction