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_banexception.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
Use a consistent message format for end of list numerics.
Diffstat (limited to 'src/modules/m_banexception.cpp')
| -rw-r--r-- | src/modules/m_banexception.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_banexception.cpp b/src/modules/m_banexception.cpp index ca0ef5ba3..b81a67b5a 100644 --- a/src/modules/m_banexception.cpp +++ b/src/modules/m_banexception.cpp @@ -41,7 +41,7 @@ class BanException final { public: BanException(Module* Creator) - : ListModeBase(Creator, "banexception", 'e', "End of Channel Exception List", RPL_EXCEPTLIST, RPL_ENDOFEXCEPTLIST, true) + : ListModeBase(Creator, "banexception", 'e', RPL_EXCEPTLIST, RPL_ENDOFEXCEPTLIST, true) { syntax = "<mask>"; } |
