]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Allow unloading of modules which implement modes!
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 2 Sep 2006 15:50:29 +0000 (15:50 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 2 Sep 2006 15:50:29 +0000 (15:50 +0000)
commit7f9c5d0bb0aee8939a92c9003121c53c7a6d1057
tree1d4619326f883fc94293b21f67cd8f540d92f35d
parent29fd51d6f76a639fbd909e7bf7489eb92e9f90db
Allow unloading of modules which implement modes!
The default implementation of the new system will remove simplemodes so any mode handler which is just a simple mode (no params and not a list mode) does not need to add much more than one line of code and remove its VF_STATIC flag.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5100 e03df62e-2008-0410-955e-edbf42e46eb7
include/mode.h
src/mode.cpp
src/modules/m_operchans.cpp