Merge remote-tracking branch 'refs/remotes/Kwoth/dev' into dev
This commit is contained in:
commit
82a49765eb
@ -123,7 +123,6 @@ namespace NadekoBot.Services
|
||||
return;
|
||||
}
|
||||
|
||||
#if !GLOBAL_NADEKO
|
||||
try
|
||||
{
|
||||
var cleverbotExecuted = await Games.CleverBotCommands.TryAsk(usrMsg);
|
||||
@ -138,7 +137,7 @@ namespace NadekoBot.Services
|
||||
}
|
||||
}
|
||||
catch (Exception ex) { _log.Warn(ex, "Error in cleverbot"); }
|
||||
#endif
|
||||
|
||||
try
|
||||
{
|
||||
// maybe this message is a custom reaction
|
||||
|
Loading…
Reference in New Issue
Block a user