]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Move the OnCheckExemption hook out of the core.
authorPeter Powell <petpow@saberuk.com>
Mon, 20 Mar 2017 11:43:24 +0000 (11:43 +0000)
committerPeter Powell <petpow@saberuk.com>
Mon, 20 Mar 2017 11:47:59 +0000 (11:47 +0000)
commit81027f3a0888ac4c8e3fb6ea90081492defce946
treea8da074f8feb486af8ef4aebf67e8c901f2340f3
parent5583d8dc5ff202d411d7985b6bbfb240beeacddd
Move the OnCheckExemption hook out of the core.
21 files changed:
include/inspircd.h
include/modules/exemption.h [new file with mode: 0644]
src/coremods/core_channel/cmd_topic.cpp
src/coremods/core_channel/core_channel.cpp
src/coremods/core_channel/core_channel.h
src/helperfuncs.cpp
src/inspircd.cpp
src/modules/m_auditorium.cpp
src/modules/m_blockcaps.cpp
src/modules/m_blockcolor.cpp
src/modules/m_censor.cpp
src/modules/m_chanfilter.cpp
src/modules/m_exemptchanops.cpp
src/modules/m_messageflood.cpp
src/modules/m_nickflood.cpp
src/modules/m_noctcp.cpp
src/modules/m_nonicks.cpp
src/modules/m_nonotice.cpp
src/modules/m_repeat.cpp
src/modules/m_services_account.cpp
src/modules/m_stripcolor.cpp