The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog | Stats
Personal tools

Unofficial Modules SVN Repository

From the makers of InspIRCd.

Jump to: navigation, search

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 SVN repository.

You can get them from the Unofficial InspIRCd Module Repository.

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/trunk/src/modules/m_banreason.cpp ~/inspircd/src/modules/m_banreason.cpp