From 9433e34b2133d8f1e77fea15447ba4d0259a5fb0 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Wed, 12 Jun 2019 21:46:07 +0100 Subject: Show the mode syntax in ERR_INVALIDMODEPARAM. --- src/modules/m_autoop.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/m_autoop.cpp') diff --git a/src/modules/m_autoop.cpp b/src/modules/m_autoop.cpp index b1b08228c..339666457 100644 --- a/src/modules/m_autoop.cpp +++ b/src/modules/m_autoop.cpp @@ -30,6 +30,7 @@ class AutoOpList : public ListModeBase : ListModeBase(Creator, "autoop", 'w', "End of Channel Access List", 910, 911, true) { ranktoset = ranktounset = OP_VALUE; + syntax = ":"; tidy = false; } -- cgit v1.2.3