summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lingo.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lingo.cpp b/lingo.cpp index 809685e..7fa0374 100644 --- a/lingo.cpp +++ b/lingo.cpp
@@ -404,6 +404,10 @@ public:
404 } 404 }
405 } else { 405 } else {
406 bot_->message_add_reaction(event.msg.id, event.msg.channel_id, "❌"); 406 bot_->message_add_reaction(event.msg.id, event.msg.channel_id, "❌");
407 if (canonical_attempt.size() != canonical_answer.size())
408 {
409 bot_->message_add_reaction(event.msg.id, event.msg.channel_id, "🍂");
410 }
407 } 411 }
408 } 412 }
409 }); 413 });