Cleverbot reenabled
This commit is contained in:
parent
22bad86d37
commit
beda2bf83c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user