InspIRCd v4 is still early in development!

If you use this branch you may experience crashes, weird behaviour, and unannounced breaking changes.

You probably want to use InspIRCd v3 instead.

The "maphide" Module (v4)

Description

This module allows the server administrator to replace the output of a /MAP and /LINKS with an URL.

Configuration

To load this module use the following <module> tag:

<module name="maphide">

<security>

This module extends the core <security> tag with the following fields:

Name Type Default Value Description
maphide Text None Required! The URL to provide to users who run the /MAP and /LINKS commands.
Example Usage
<security ...
          maphide="https://www.example.com/servers">