diff --git a/src/modules/textopsx/README b/src/modules/textopsx/README index 071eec2ee63..60b458d189c 100644 --- a/src/modules/textopsx/README +++ b/src/modules/textopsx/README @@ -156,8 +156,8 @@ if(msg_apply_changes()) Example 1.2. change_reply_status usage ... -onreply_route { - if (@status == "603") { +reply_route { + if (status == "603") { change_reply_status(404, "Not Found"); exit; }