diff options
| author | 2022-06-26 15:56:10 +0100 | |
|---|---|---|
| committer | 2022-06-26 15:56:55 +0100 | |
| commit | 8c59961acce4a0a801ca96211d4a637f27947ccb (patch) | |
| tree | 008f266a2a298fa1a65a334f3a9d2a7f6ca636f8 /src/modules/m_commonchans.cpp | |
| parent | Move numerics to the source files where they are actually used. (diff) | |
Move numeric helper classes to their own header.
Diffstat (limited to 'src/modules/m_commonchans.cpp')
| -rw-r--r-- | src/modules/m_commonchans.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_commonchans.cpp b/src/modules/m_commonchans.cpp index 0cad620fc..03abae1cd 100644 --- a/src/modules/m_commonchans.cpp +++ b/src/modules/m_commonchans.cpp @@ -23,6 +23,7 @@ #include "inspircd.h" #include "modules/ctctags.h" +#include "numerichelper.h" class ModuleCommonChans final : public Module |
