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 "globops" Module (v4)

Description

This module adds the /GLOBOPS command which allows server operators to send messages to all server operators with the g (globops) snomask.

Configuration

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

<module name="globops">

This module requires no other configuration.

Commands

Name Parameter Count Syntax Description
GLOBOPS 1 <message> Sends <message> to all server operators with the g (globops) snomask.

Example Usage

Sends a server notice saying "I like turtles." to all server operators with the g (globops) snomask:

/GLOBOPS :I like turtles.

Server Notice Masks

Character Description
g Messages from server operators on the local server.
G Messages from server operators on a remote server.