]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable
authorAttila Molnar <attilamolnar@hush.com>
Thu, 4 Sep 2014 10:58:25 +0000 (12:58 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Thu, 4 Sep 2014 10:58:25 +0000 (12:58 +0200)
commit5f031349833d18d9fe5495b848c2d3fb7fd7f8f0
tree3e5413ffd29e53ddded1be81343547ba0c686e3e
parent6fe96bda2531cb1357f35c6d0717910283e2d921
Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable

This gets rid of the duplicated mode parsing logic in m_namedmodes
include/modules.h
src/mode.cpp
src/modules.cpp
src/modules/m_namedmodes.cpp
src/modules/m_override.cpp
src/modules/m_samode.cpp