]> jfr.im git - solanum.git/commit - modules/core/m_modules.c
modules: move module loading/unloading commands to dedicated module.
authorElizabeth Myers <redacted>
Thu, 7 Apr 2016 09:00:25 +0000 (04:00 -0500)
committerElizabeth Myers <redacted>
Thu, 7 Apr 2016 09:00:25 +0000 (04:00 -0500)
commit78946542bb3286d3b2e9014dc96141770285ebc3
treeb2f0b74387ee3cd8d1616d695bd46253de67ca6c
parent95b03246587622f60adcff41583a4394da2b711f
modules: move module loading/unloading commands to dedicated module.

There's no reason to really have these in the main ircd anymore, static
modules are dead and aren't coming back.

To ensure people don't do something hopelessly retarded, this is a core
module.
include/modules.h
ircd/modules.c
modules/Makefile.am
modules/core/m_modules.c [new file with mode: 0644]