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_timedbans.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_timedbans.cpp')
| -rw-r--r-- | src/modules/m_timedbans.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp index 432d1d09a..3fe06a0b9 100644 --- a/src/modules/m_timedbans.cpp +++ b/src/modules/m_timedbans.cpp @@ -32,6 +32,7 @@ #include "inspircd.h" #include "listmode.h" +#include "numerichelper.h" // Holds a timed ban class TimedBan final |
