The "ircv3_ctctags" Module (v3)
Description
This module provides the IRCv3 message-tags client capability.
Configuration
To load this module use the following <module> tag:
<module name="ircv3_ctctags">
<ctctags>
The <ctctags> tag defines settings about how the ircv3_ctctags module should behave. This tag can only be defined once.
| Name | Type | Default Value | Description |
|---|---|---|---|
| allowclientonlytags | Boolean | Yes | New in v3.7.0! Whether to allow clients to send client-to-client tags. |
Example Usage
<ctctags allowclientonlytags="yes">
Commands
| Name | Parameter Count | Syntax | Description |
|---|---|---|---|
| TAGMSG | 1 | <target> | Sends a message containing only tags to the specified target. |
Client Capabilities
| Name | Description |
|---|---|
| message-tags | Enables support for sending and receiving TAGMSG messages. |