diff options
| author | 2022-04-01 17:59:45 +0100 | |
|---|---|---|
| committer | 2022-04-01 18:25:25 +0100 | |
| commit | 45528567520afcccbde6ff52dc175b441b9fcfce (patch) | |
| tree | 1bc1b89196d73a3af2a9b97aa20727ebd22c82d5 /src/modules/m_autoop.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
Use a consistent message format for end of list numerics.
Diffstat (limited to 'src/modules/m_autoop.cpp')
| -rw-r--r-- | src/modules/m_autoop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_autoop.cpp b/src/modules/m_autoop.cpp index d19197a81..ee287e3d6 100644 --- a/src/modules/m_autoop.cpp +++ b/src/modules/m_autoop.cpp @@ -36,7 +36,7 @@ class AutoOpList final { public: AutoOpList(Module* Creator) - : ListModeBase(Creator, "autoop", 'w', "End of Channel Access List", RPL_ACCESSLIST, RPL_ENDOFACCESSLIST, true) + : ListModeBase(Creator, "autoop", 'w', RPL_ACCESSLIST, RPL_ENDOFACCESSLIST, true) { ranktoset = ranktounset = OP_VALUE; syntax = "<prefix>:<mask>"; |
