unrealircd_mods/man/extwarn.md

662 B

extwarn

Enables additional error checking of the IRCd configuration. I originally wrote it to (temporarily?) work around a bug (although it may be by design) where you don't get a warning about using non-existent operclasses during rehash/init. So it currently only checks for that, but I may extend it to include other things later. =]

The module only throws warnings (hence the name lol), so it allows the rehash etc to continue normally. This way it won't break any functionality. ;];]

To make sure the entire config is available to the module, it delays its report by 10 seconds after a rehash/bootup.