]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Move OnStats from the core to a cross-module event.
authorPeter Powell <petpow@saberuk.com>
Sat, 7 Apr 2018 14:07:24 +0000 (15:07 +0100)
committerPeter Powell <petpow@saberuk.com>
Sun, 8 Apr 2018 15:54:27 +0000 (16:54 +0100)
commit454c8d374955d2ffb3ec1fca39a6efc32032c649
treeeba7066c77408fb909c74154bcf52df34c0911a9
parent8c0426116cdf09e807da12b6b23d977c4a073119
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.
17 files changed:
include/inspircd.h
include/modules.h
include/modules/stats.h
src/coremods/core_stats.cpp
src/coremods/core_whowas.cpp
src/modules.cpp
src/modules/extra/m_geoip.cpp
src/modules/m_cban.cpp
src/modules/m_dnsbl.cpp
src/modules/m_filter.cpp
src/modules/m_hideoper.cpp
src/modules/m_rline.cpp
src/modules/m_shun.cpp
src/modules/m_spanningtree/main.cpp
src/modules/m_spanningtree/main.h
src/modules/m_svshold.cpp
src/xline.cpp