Tip of the day: You can allow trusted users to send more messages per second without having to make them IRCOp. Especially useful for bots.

Translations:IRCOp guide/58/en

From UnrealIRCd documentation wiki
Jump to navigation Jump to search

Preserving settings between restarts

Years ago, all settings that you changed dynamically (settings that are not in the configuration file) were lost after a server restart. However, nowadays this is no longer an issue:

  • Channel settings are normally lost. However, if you set the channel mode +P (permanent), then all modes, topic, bans, etc. are preserved. The channel settings of all +P channels are written every few minutes to a database file (data/channel.db) and restored when the server boots.
  • KLINEs, GLINEs, SPAMFILTERs are all stored in a database (data/tkl.db) and are preserved.