Tip of the day: You can add a Webhook that is called on certain log events.

This can be used to automate things or to notify you in case of trouble.

Translations:Set block/478/en

From UnrealIRCd documentation wiki
Jump to navigation Jump to search

To enable this you need to create a Secret block like this:

/* This is only a simple example with passwords stored directly in the
 * configuration file.
 * To get better security, read https://www.unrealircd.org/docs/Secret_block
 * on alternative ways so you don't store passwords directly in the config.
 */
secret historydb {
        password "somepassword";
}