Unofficial Modules SVN Repository
From the makers of InspIRCd.
Several modules which are not added to the core for various reasons, such as not being of interest to the majority of InspIRCd users, or which are maintained by 3rd parties rather than core developers are made available in a unofficial repository. Access them by using the modulemanager binary included with inspircd, or you can download them directly from the git repository.
If you want to download the entire extras repository, use git clone git://gitorious.org/inspircd/inspircd-extras.git
Then what I do, though there are other ways, is to make a symlink to each extra module you want to compile in the inspircd module source directory, so something like:
ln -s ~/inspmods/m_banreason.cpp ~/inspircd/src/modules/m_banreason.cpp

















