@@ -103,6 +103,8 @@ async def on_message(event):
return
reply_prob = await get_markov_option(peer_id, "opt_reply_prob")
+ if reply_prob < 0:
+ return
reply = await event.get_reply_message()
if (