diff options
| author | 2018-04-07 15:07:24 +0100 | |
|---|---|---|
| committer | 2018-04-08 16:54:27 +0100 | |
| commit | 454c8d374955d2ffb3ec1fca39a6efc32032c649 (patch) | |
| tree | eba7066c77408fb909c74154bcf52df34c0911a9 /src/xline.cpp | |
| parent | Fix some more oversights in m_geoip. (diff) | |
Move OnStats from the core to a cross-module event.
Some core code still exists in the XLine system but this will be
replaced when the XLine system is replaced later.
Diffstat (limited to 'src/xline.cpp')
| -rw-r--r-- | src/xline.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index 8d4c822aa..dfd7e2903 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -23,6 +23,7 @@ #include "inspircd.h" #include "xline.h" +#include "modules/stats.h" /** An XLineFactory specialized to generate GLine* pointers */ |
