mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 01:26:38 +02:00
fb6711c671
The `watch-check` function now has a new argument which can be used to pass data to watch_notify callbacks. New `watch_add` and `watch_del` hooks are called whenever new entries are created or removed. New `monitor_notification` hook is called whenever a RPL_MONONLINE or RPL_MONOFFLINE is being sent, so a module can add its own notification besides it.