Configure the 'namespaces' section of the registration.yml for the bridge and the server.
Declarations
Type
JSON value
Default
{
aliases = [ ];
rooms = [ ];
users = [
{
exclusive = true;
regex = "@irc_.*";
}
];
}
Configure the 'namespaces' section of the registration.yml for the bridge and the server.
JSON value
{
aliases = [ ];
rooms = [ ];
users = [
{
exclusive = true;
regex = "@irc_.*";
}
];
}